OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 4461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4472 ['input_speech==0', { | 4472 ['input_speech==0', { |
4473 'sources/': [ | 4473 'sources/': [ |
4474 ['exclude', '^browser/speech/'], | 4474 ['exclude', '^browser/speech/'], |
4475 ], | 4475 ], |
4476 }], | 4476 }], |
4477 ['notifications==0', { | 4477 ['notifications==0', { |
4478 'sources/': [ | 4478 'sources/': [ |
4479 ['exclude', '^browser/notifications/'], | 4479 ['exclude', '^browser/notifications/'], |
4480 ], | 4480 ], |
4481 }], | 4481 }], |
4482 ['enable_web_intents==0', { | |
4483 'sources/': [ | |
4484 ['exclude', '^browser/intents'], | |
4485 ['exclude', '^browser/ui/intents'], | |
4486 ], | |
4487 }], | |
4488 ['enable_themes==0', { | 4482 ['enable_themes==0', { |
4489 'sources!': [ | 4483 'sources!': [ |
4490 'browser/sync/glue/theme_change_processor.cc', | 4484 'browser/sync/glue/theme_change_processor.cc', |
4491 'browser/sync/glue/theme_data_type_controller.cc', | 4485 'browser/sync/glue/theme_data_type_controller.cc', |
4492 'browser/sync/glue/theme_util.cc', | 4486 'browser/sync/glue/theme_util.cc', |
4493 'browser/ui/webui/theme_source.cc', | 4487 'browser/ui/webui/theme_source.cc', |
4494 ], | 4488 ], |
4495 'sources/': [ | 4489 'sources/': [ |
4496 ['exclude', '^browser/themes/'], | 4490 ['exclude', '^browser/themes/'], |
4497 ], | 4491 ], |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5062 'browser/metrics/proto/study.proto', | 5056 'browser/metrics/proto/study.proto', |
5063 ], | 5057 ], |
5064 'variables': { | 5058 'variables': { |
5065 'proto_in_dir': 'browser/metrics/proto', | 5059 'proto_in_dir': 'browser/metrics/proto', |
5066 'proto_out_dir': 'chrome/browser/metrics/proto', | 5060 'proto_out_dir': 'chrome/browser/metrics/proto', |
5067 }, | 5061 }, |
5068 'includes': [ '../build/protoc.gypi' ] | 5062 'includes': [ '../build/protoc.gypi' ] |
5069 }, | 5063 }, |
5070 ], | 5064 ], |
5071 } | 5065 } |
OLD | NEW |