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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10031052: Excluding AppLaunchHandler on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '../third_party/bzip2/bzip2.gyp:bzip2', 42 '../third_party/bzip2/bzip2.gyp:bzip2',
43 '../third_party/cld/cld.gyp:cld', 43 '../third_party/cld/cld.gyp:cld',
44 '../third_party/expat/expat.gyp:expat', 44 '../third_party/expat/expat.gyp:expat',
45 '../third_party/hunspell/hunspell.gyp:hunspell', 45 '../third_party/hunspell/hunspell.gyp:hunspell',
46 '../third_party/icu/icu.gyp:icui18n', 46 '../third_party/icu/icu.gyp:icui18n',
47 '../third_party/icu/icu.gyp:icuuc', 47 '../third_party/icu/icu.gyp:icuuc',
48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
49 '../third_party/libjingle/libjingle.gyp:libjingle', 49 '../third_party/libjingle/libjingle.gyp:libjingle',
50 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 50 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
51 '../third_party/libxml/libxml.gyp:libxml', 51 '../third_party/libxml/libxml.gyp:libxml',
52 '../third_party/libusb/libusb.gyp:libusb',
53 '../third_party/npapi/npapi.gyp:npapi', 52 '../third_party/npapi/npapi.gyp:npapi',
54 '../ui/base/strings/ui_strings.gyp:ui_strings', 53 '../ui/base/strings/ui_strings.gyp:ui_strings',
55 '../ui/gfx/surface/surface.gyp:surface', 54 '../ui/gfx/surface/surface.gyp:surface',
56 '../ui/ui.gyp:ui', 55 '../ui/ui.gyp:ui',
57 '../ui/ui.gyp:ui_resources', 56 '../ui/ui.gyp:ui_resources',
58 '../ui/ui.gyp:ui_resources_2x', 57 '../ui/ui.gyp:ui_resources_2x',
59 '../ui/ui.gyp:ui_resources_standard', 58 '../ui/ui.gyp:ui_resources_standard',
60 '../v8/tools/gyp/v8.gyp:v8', 59 '../v8/tools/gyp/v8.gyp:v8',
61 '../webkit/support/webkit_support.gyp:appcache', 60 '../webkit/support/webkit_support.gyp:appcache',
62 '../webkit/support/webkit_support.gyp:blob', 61 '../webkit/support/webkit_support.gyp:blob',
(...skipping 4430 matching lines...) Expand 10 before | Expand all | Expand 10 after
4493 'browser/ui/browser_list.cc', 4492 'browser/ui/browser_list.cc',
4494 'browser/ui/browser_list_stub.cc', 4493 'browser/ui/browser_list_stub.cc',
4495 'browser/ui/browser_navigator.cc', 4494 'browser/ui/browser_navigator.cc',
4496 'browser/ui/browser_tab_restore_service_delegate.cc', 4495 'browser/ui/browser_tab_restore_service_delegate.cc',
4497 'browser/ui/sync/browser_synced_window_delegate.cc', 4496 'browser/ui/sync/browser_synced_window_delegate.cc',
4498 4497
4499 'browser/ui/sad_tab_helper.cc', 4498 'browser/ui/sad_tab_helper.cc',
4500 'browser/ui/webui/certificate_viewer_webui.cc', 4499 'browser/ui/webui/certificate_viewer_webui.cc',
4501 'browser/ui/window_sizer.cc', 4500 'browser/ui/window_sizer.cc',
4502 'browser/ui/window_sizer.h', 4501 'browser/ui/window_sizer.h',
4502 'browser/ui/webui/ntp/app_launcher_handler.cc',
4503 'browser/ui/webui/ntp/app_launcher_handler.h',
4503 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4504 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4504 'browser/upgrade_detector.cc', 4505 'browser/upgrade_detector.cc',
4505 'browser/upgrade_detector.h', 4506 'browser/upgrade_detector.h',
4506 'browser/upgrade_detector_impl.cc', 4507 'browser/upgrade_detector_impl.cc',
4507 'browser/upgrade_detector_impl.h', 4508 'browser/upgrade_detector_impl.h',
4508 ], 4509 ],
4509 'sources/': [ 4510 'sources/': [
4510 ['exclude', '^browser/chrome_to_mobile'], 4511 ['exclude', '^browser/chrome_to_mobile'],
4511 ['exclude', '^browser/importer/'], 4512 ['exclude', '^browser/importer/'],
4512 ['exclude', '^browser/printing/'], 4513 ['exclude', '^browser/printing/'],
4513 ['exclude', '^browser/tabs/pinned_tab_'], 4514 ['exclude', '^browser/tabs/pinned_tab_'],
4514 ['exclude', '^browser/tabs/tab_strip_model'], 4515 ['exclude', '^browser/tabs/tab_strip_model'],
4515 ['exclude', '^browser/ui/panels/'], 4516 ['exclude', '^browser/ui/panels/'],
4516 ['exclude', '^browser/ui/tabs/'], 4517 ['exclude', '^browser/ui/tabs/'],
4517 ['exclude', '^browser/ui/toolbar/'], 4518 ['exclude', '^browser/ui/toolbar/'],
4518 ['exclude', '^browser/ui/webui/downloads_'], 4519 ['exclude', '^browser/ui/webui/downloads_'],
4519 ['exclude', '^browser/ui/webui/feedback_'], 4520 ['exclude', '^browser/ui/webui/feedback_'],
4520 ['exclude', '^browser/ui/webui/flags_'], 4521 ['exclude', '^browser/ui/webui/flags_'],
4521 ['exclude', '^browser/ui/webui/help/'], 4522 ['exclude', '^browser/ui/webui/help/'],
4522 ['exclude', '^browser/ui/webui/inspect_'], 4523 ['exclude', '^browser/ui/webui/inspect_'],
4523 ['exclude', '^browser/ui/webui/options'], 4524 ['exclude', '^browser/ui/webui/options'],
4524 ['exclude', '^browser/ui/webui/options2'], 4525 ['exclude', '^browser/ui/webui/options2'],
4525 ['exclude', '^browser/ui/webui/print_preview/'], 4526 ['exclude', '^browser/ui/webui/print_preview/'],
4526 ['exclude', '^browser/ui/webui/signin/'], 4527 ['exclude', '^browser/ui/webui/signin/'],
4527 ['exclude', '^browser/ui/webui/sync_promo'], 4528 ['exclude', '^browser/ui/webui/sync_promo'],
4528 ], 4529 ],
4529 }], 4530 }],
4531 ['OS!="android"', {
4532 'dependencies': [
4533 '../third_party/libusb/libusb.gyp:libusb',
Jesse Greenwald 2012/04/11 00:00:44 The libusb stuff should be removed before submitti
4534 ],
4535 }],
4530 ['OS=="mac"', { 4536 ['OS=="mac"', {
4531 'sources!': [ 4537 'sources!': [
4532 'browser/automation/automation_provider_list_generic.cc', 4538 'browser/automation/automation_provider_list_generic.cc',
4533 'browser/bookmarks/bookmark_drop_info.cc', 4539 'browser/bookmarks/bookmark_drop_info.cc',
4534 'browser/first_run/upgrade_util.cc', 4540 'browser/first_run/upgrade_util.cc',
4535 'browser/importer/nss_decryptor_system_nss.cc', 4541 'browser/importer/nss_decryptor_system_nss.cc',
4536 'browser/importer/nss_decryptor_system_nss.h', 4542 'browser/importer/nss_decryptor_system_nss.h',
4537 'browser/jankometer.cc', 4543 'browser/jankometer.cc',
4538 'browser/password_manager/encryptor_posix.cc', 4544 'browser/password_manager/encryptor_posix.cc',
4539 'browser/password_manager/login_database_posix.cc', 4545 'browser/password_manager/login_database_posix.cc',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
5231 'type': 'static_library', 5237 'type': 'static_library',
5232 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5238 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5233 'variables': { 5239 'variables': {
5234 'proto_in_dir': 'browser/history', 5240 'proto_in_dir': 'browser/history',
5235 'proto_out_dir': 'chrome/browser/history', 5241 'proto_out_dir': 'chrome/browser/history',
5236 }, 5242 },
5237 'includes': [ '../build/protoc.gypi' ] 5243 'includes': [ '../build/protoc.gypi' ]
5238 }, 5244 },
5239 ], 5245 ],
5240 } 5246 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698