Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10410002: Web Intents: Remove the directory-level exclusions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698