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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9521013: Remove web intents from Chrome on Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolved nits Created 8 years, 9 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 | « chrome/browser/webdata/web_intents_table_unittest.cc ('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 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 'browser/instant/instant_unload_handler.cc', 1269 'browser/instant/instant_unload_handler.cc',
1270 'browser/instant/instant_unload_handler.h', 1270 'browser/instant/instant_unload_handler.h',
1271 'browser/instant/promo_counter.cc', 1271 'browser/instant/promo_counter.cc',
1272 'browser/instant/promo_counter.h', 1272 'browser/instant/promo_counter.h',
1273 'browser/intents/cws_intents_registry.cc', 1273 'browser/intents/cws_intents_registry.cc',
1274 'browser/intents/cws_intents_registry.h', 1274 'browser/intents/cws_intents_registry.h',
1275 'browser/intents/cws_intents_registry_factory.cc', 1275 'browser/intents/cws_intents_registry_factory.cc',
1276 'browser/intents/cws_intents_registry_factory.h', 1276 'browser/intents/cws_intents_registry_factory.h',
1277 'browser/intents/default_web_intent_service.cc', 1277 'browser/intents/default_web_intent_service.cc',
1278 'browser/intents/default_web_intent_service.h', 1278 'browser/intents/default_web_intent_service.h',
1279 'browser/intents/register_intent_handler_helper.cc',
1279 'browser/intents/register_intent_handler_infobar_delegate.cc', 1280 'browser/intents/register_intent_handler_infobar_delegate.cc',
1280 'browser/intents/register_intent_handler_infobar_delegate.h', 1281 'browser/intents/register_intent_handler_infobar_delegate.h',
1281 'browser/intents/web_intents_registry.cc', 1282 'browser/intents/web_intents_registry.cc',
1282 'browser/intents/web_intents_registry.h', 1283 'browser/intents/web_intents_registry.h',
1283 'browser/intents/web_intents_registry_factory.cc', 1284 'browser/intents/web_intents_registry_factory.cc',
1284 'browser/intents/web_intents_registry_factory.h', 1285 'browser/intents/web_intents_registry_factory.h',
1285 'browser/intents/web_intents_util.cc', 1286 'browser/intents/web_intents_util.cc',
1286 'browser/intents/web_intents_util.h', 1287 'browser/intents/web_intents_util.h',
1287 'browser/internal_auth.cc', 1288 'browser/internal_auth.cc',
1288 'browser/internal_auth.h', 1289 'browser/internal_auth.h',
(...skipping 3123 matching lines...) Expand 10 before | Expand all | Expand 10 after
4412 'browser/ui/sync/one_click_signin_sync_starter.cc', 4413 'browser/ui/sync/one_click_signin_sync_starter.cc',
4413 'browser/ui/sync/one_click_signin_sync_starter.h', 4414 'browser/ui/sync/one_click_signin_sync_starter.h',
4414 'browser/ui/webui/certificate_viewer_webui.cc', 4415 'browser/ui/webui/certificate_viewer_webui.cc',
4415 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 4416 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
4416 'browser/ui/window_sizer.cc', 4417 'browser/ui/window_sizer.cc',
4417 'browser/ui/window_sizer.h', 4418 'browser/ui/window_sizer.h',
4418 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4419 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4419 ], 4420 ],
4420 'sources/': [ 4421 'sources/': [
4421 ['exclude', '^browser/importer/'], 4422 ['exclude', '^browser/importer/'],
4423 ['exclude', '^browser/intents'],
Yaron 2012/03/10 00:28:01 I think these new excludes should be split out to
4422 ['exclude', '^browser/printing/'], 4424 ['exclude', '^browser/printing/'],
4423 ['exclude', '^browser/themes/'], 4425 ['exclude', '^browser/themes/'],
4426 ['exclude', '^browser/ui/intents'],
4424 ['exclude', '^browser/ui/panels/'], 4427 ['exclude', '^browser/ui/panels/'],
4425 ['exclude', '^browser/ui/tabs/'], 4428 ['exclude', '^browser/ui/tabs/'],
4426 ['exclude', '^browser/ui/toolbar/'], 4429 ['exclude', '^browser/ui/toolbar/'],
4427 ['exclude', '^browser/ui/webui/options'], 4430 ['exclude', '^browser/ui/webui/options'],
4428 ['exclude', '^browser/ui/webui/options2'], 4431 ['exclude', '^browser/ui/webui/options2'],
4429 ['exclude', '^browser/ui/webui/print_preview/'], 4432 ['exclude', '^browser/ui/webui/print_preview/'],
4430 ['exclude', '^browser/ui/webui/sync_promo'], 4433 ['exclude', '^browser/ui/webui/sync_promo'],
4431 ], 4434 ],
4432 }], 4435 }],
4433 ['OS=="mac"', { 4436 ['OS=="mac"', {
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
5315 'variables': { 5318 'variables': {
5316 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5319 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5317 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5320 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5318 }, 5321 },
5319 'includes': ['../build/protoc.gypi'], 5322 'includes': ['../build/protoc.gypi'],
5320 }], 5323 }],
5321 ], 5324 ],
5322 }, 5325 },
5323 ], 5326 ],
5324 } 5327 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_intents_table_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698