Skip to content

Commit

Permalink
Remove dependencies on ui, third_party/mesa and mojo/convertors. Prov…
Browse files Browse the repository at this point in the history
…ide simple alternatives. (flutter#2783)
  • Loading branch information
chinmaygarde authored Jul 12, 2016
1 parent 9475313 commit fe69b03
Show file tree
Hide file tree
Showing 253 changed files with 998 additions and 53,395 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Thumbs.db
/third_party/llvm/
/third_party/llvm-build/
/third_party/junit/src/
/third_party/mesa/src/
/third_party/mockito/src/
/third_party/pdfium/
/third_party/pywebsocket/src/
Expand Down
3 changes: 0 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ deps = {
'src/third_party/libjpeg_turbo':
Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '7260e4d8b8e1e40b17f03fafdf1cd83296900f76',

'src/third_party/mesa/src':
Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a8b260ab9d96a097402f0',

'src/third_party/gcm':
'https://github.com/flutter/flutter_gcm.git@master',
}
Expand Down
6 changes: 6 additions & 0 deletions build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,12 @@ config("compiler") {
}
}

if (!is_clang) {
color_diagnostics_flag = [ "-fdiagnostics-color=always" ]
cflags_cc += color_diagnostics_flag
cflags_objcc += color_diagnostics_flag
}

if (is_clang && is_debug) {
# Allow comparing the address of references and 'this' against 0
# in debug builds. Technically, these can never be null in
Expand Down
23 changes: 0 additions & 23 deletions mojo/converters/geometry/BUILD.gn

This file was deleted.

140 changes: 0 additions & 140 deletions mojo/converters/geometry/geometry_type_converters.cc

This file was deleted.

115 changes: 0 additions & 115 deletions mojo/converters/geometry/geometry_type_converters.h

This file was deleted.

28 changes: 0 additions & 28 deletions mojo/converters/surfaces/BUILD.gn

This file was deleted.

Loading

0 comments on commit fe69b03

Please sign in to comment.