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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10885023: Use ChromeBrowserMainPartsAndroid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig's comments Created 8 years, 3 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/chrome.gyp ('k') | no next file » | 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 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'browser/intents/web_intents_util.cc', 895 'browser/intents/web_intents_util.cc',
896 'browser/intents/web_intents_util.h', 896 'browser/intents/web_intents_util.h',
897 'browser/internal_auth.cc', 897 'browser/internal_auth.cc',
898 'browser/internal_auth.h', 898 'browser/internal_auth.h',
899 'browser/intranet_redirect_detector.cc', 899 'browser/intranet_redirect_detector.cc',
900 'browser/intranet_redirect_detector.h', 900 'browser/intranet_redirect_detector.h',
901 'browser/io_thread.cc', 901 'browser/io_thread.cc',
902 'browser/io_thread.h', 902 'browser/io_thread.h',
903 'browser/jankometer.cc', 903 'browser/jankometer.cc',
904 'browser/jankometer.h', 904 'browser/jankometer.h',
905 'browser/jankometer_android.cc',
905 'browser/jankometer_mac.cc', 906 'browser/jankometer_mac.cc',
906 'browser/jumplist_win.cc', 907 'browser/jumplist_win.cc',
907 'browser/jumplist_win.h', 908 'browser/jumplist_win.h',
908 'browser/language_usage_metrics.cc', 909 'browser/language_usage_metrics.cc',
909 'browser/language_usage_metrics.h', 910 'browser/language_usage_metrics.h',
910 'browser/lifetime/application_lifetime.cc', 911 'browser/lifetime/application_lifetime.cc',
911 'browser/lifetime/application_lifetime.h', 912 'browser/lifetime/application_lifetime.h',
912 'browser/lifetime/application_lifetime_aura.cc', 913 'browser/lifetime/application_lifetime_aura.cc',
913 'browser/lifetime/application_lifetime_gtk.cc', 914 'browser/lifetime/application_lifetime_gtk.cc',
914 'browser/lifetime/application_lifetime_mac.mm', 915 'browser/lifetime/application_lifetime_mac.mm',
(...skipping 3598 matching lines...) Expand 10 before | Expand all | Expand 10 after
4513 'browser/ui/window_sizer/window_sizer.cc', 4514 'browser/ui/window_sizer/window_sizer.cc',
4514 'browser/ui/window_sizer/window_sizer.h', 4515 'browser/ui/window_sizer/window_sizer.h',
4515 'browser/upgrade_detector.cc', 4516 'browser/upgrade_detector.cc',
4516 'browser/upgrade_detector.h', 4517 'browser/upgrade_detector.h',
4517 'browser/upgrade_detector_impl.cc', 4518 'browser/upgrade_detector_impl.cc',
4518 'browser/upgrade_detector_impl.h', 4519 'browser/upgrade_detector_impl.h',
4519 4520
4520 # Not used by Android 4521 # Not used by Android
4521 'browser/chrome_browser_main_posix.cc', 4522 'browser/chrome_browser_main_posix.cc',
4522 'browser/chrome_browser_main_posix.h', 4523 'browser/chrome_browser_main_posix.h',
4524 'browser/process_singleton.cc',
4523 ], 4525 ],
4524 'sources/': [ 4526 'sources/': [
4525 ['exclude', '^browser/captive_portal/'], 4527 ['exclude', '^browser/captive_portal/'],
4526 ['exclude', '^browser/chrome_to_mobile'], 4528 ['exclude', '^browser/chrome_to_mobile'],
4527 ['exclude', '^browser/first_run/'], 4529 ['exclude', '^browser/first_run/'],
4528 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a struct. 4530 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a struct.
4529 ['exclude', '^browser/importer/'], 4531 ['exclude', '^browser/importer/'],
4530 ['exclude', '^browser/lifetime/'], 4532 ['exclude', '^browser/lifetime/'],
4531 ['exclude', '^browser/service/'], 4533 ['exclude', '^browser/service/'],
4532 ['exclude', '^browser/speech/'], 4534 ['exclude', '^browser/speech/'],
4533 ['exclude', '^browser/sync/glue/app_'], 4535 ['exclude', '^browser/sync/glue/app_'],
4534 ['exclude', '^browser/sync/glue/extension_'], 4536 ['exclude', '^browser/sync/glue/extension_'],
4535 ['exclude', '^browser/ui/intents/'], 4537 ['exclude', '^browser/ui/intents/'],
4536 ['exclude', '^browser/ui/omnibox/'], 4538 ['exclude', '^browser/ui/omnibox/'],
4537 ['exclude', '^browser/ui/panels/'], 4539 ['exclude', '^browser/ui/panels/'],
4540 ['exclude', '^browser/ui/startup/'],
4538 ['exclude', '^browser/ui/tabs/'], 4541 ['exclude', '^browser/ui/tabs/'],
4539 ['exclude', '^browser/ui/toolbar/'], 4542 ['exclude', '^browser/ui/toolbar/'],
4540 ['exclude', '^browser/ui/webui/downloads_'], 4543 ['exclude', '^browser/ui/webui/downloads_'],
4541 ['exclude', '^browser/ui/webui/feedback_'], 4544 ['exclude', '^browser/ui/webui/feedback_'],
4542 ['exclude', '^browser/ui/webui/flags_'], 4545 ['exclude', '^browser/ui/webui/flags_'],
4543 ['exclude', '^browser/ui/webui/help/'], 4546 ['exclude', '^browser/ui/webui/help/'],
4544 ['exclude', '^browser/ui/webui/inspect_'], 4547 ['exclude', '^browser/ui/webui/inspect_'],
4545 ['exclude', '^browser/ui/webui/options'], 4548 ['exclude', '^browser/ui/webui/options'],
4546 ['exclude', '^browser/ui/webui/options'], 4549 ['exclude', '^browser/ui/webui/options'],
4547 ['exclude', '^browser/ui/webui/signin/'], 4550 ['exclude', '^browser/ui/webui/signin/'],
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
5032 'includes': [ '../build/jni_generator.gypi' ], 5035 'includes': [ '../build/jni_generator.gypi' ],
5033 'dependencies': [ 5036 'dependencies': [
5034 'android_jar_jni_headers', 5037 'android_jar_jni_headers',
5035 ], 5038 ],
5036 }, 5039 },
5037 ], 5040 ],
5038 }, 5041 },
5039 ], 5042 ],
5040 ], 5043 ],
5041 } 5044 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698