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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10885023: Use ChromeBrowserMainPartsAndroid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« chrome/browser/jankometer_android.cc ('K') | « 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 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 'browser/intents/web_intents_util.cc', 1412 'browser/intents/web_intents_util.cc',
1413 'browser/intents/web_intents_util.h', 1413 'browser/intents/web_intents_util.h',
1414 'browser/internal_auth.cc', 1414 'browser/internal_auth.cc',
1415 'browser/internal_auth.h', 1415 'browser/internal_auth.h',
1416 'browser/intranet_redirect_detector.cc', 1416 'browser/intranet_redirect_detector.cc',
1417 'browser/intranet_redirect_detector.h', 1417 'browser/intranet_redirect_detector.h',
1418 'browser/io_thread.cc', 1418 'browser/io_thread.cc',
1419 'browser/io_thread.h', 1419 'browser/io_thread.h',
1420 'browser/jankometer.cc', 1420 'browser/jankometer.cc',
1421 'browser/jankometer.h', 1421 'browser/jankometer.h',
1422 'browser/jankometer_android.cc',
1422 'browser/jankometer_mac.cc', 1423 'browser/jankometer_mac.cc',
1423 'browser/jumplist_win.cc', 1424 'browser/jumplist_win.cc',
1424 'browser/jumplist_win.h', 1425 'browser/jumplist_win.h',
1425 'browser/language_usage_metrics.cc', 1426 'browser/language_usage_metrics.cc',
1426 'browser/language_usage_metrics.h', 1427 'browser/language_usage_metrics.h',
1427 'browser/lifetime/application_lifetime.cc', 1428 'browser/lifetime/application_lifetime.cc',
1428 'browser/lifetime/application_lifetime.h', 1429 'browser/lifetime/application_lifetime.h',
1429 'browser/lifetime/application_lifetime_aura.cc', 1430 'browser/lifetime/application_lifetime_aura.cc',
1430 'browser/lifetime/application_lifetime_gtk.cc', 1431 'browser/lifetime/application_lifetime_gtk.cc',
1431 'browser/lifetime/application_lifetime_mac.mm', 1432 'browser/lifetime/application_lifetime_mac.mm',
(...skipping 3678 matching lines...) Expand 10 before | Expand all | Expand 10 after
5110 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a struct. 5111 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a struct.
5111 ['exclude', '^browser/importer/'], 5112 ['exclude', '^browser/importer/'],
5112 ['exclude', '^browser/lifetime/'], 5113 ['exclude', '^browser/lifetime/'],
5113 ['exclude', '^browser/service/'], 5114 ['exclude', '^browser/service/'],
5114 ['exclude', '^browser/speech/'], 5115 ['exclude', '^browser/speech/'],
5115 ['exclude', '^browser/sync/glue/app_'], 5116 ['exclude', '^browser/sync/glue/app_'],
5116 ['exclude', '^browser/sync/glue/extension_'], 5117 ['exclude', '^browser/sync/glue/extension_'],
5117 ['exclude', '^browser/ui/intents/'], 5118 ['exclude', '^browser/ui/intents/'],
5118 ['exclude', '^browser/ui/omnibox/'], 5119 ['exclude', '^browser/ui/omnibox/'],
5119 ['exclude', '^browser/ui/panels/'], 5120 ['exclude', '^browser/ui/panels/'],
5121 ['exclude', '^browser/ui/startup/'],
5120 ['exclude', '^browser/ui/tabs/'], 5122 ['exclude', '^browser/ui/tabs/'],
5121 ['exclude', '^browser/ui/toolbar/'], 5123 ['exclude', '^browser/ui/toolbar/'],
5122 ['exclude', '^browser/ui/webui/downloads_'], 5124 ['exclude', '^browser/ui/webui/downloads_'],
5123 ['exclude', '^browser/ui/webui/feedback_'], 5125 ['exclude', '^browser/ui/webui/feedback_'],
5124 ['exclude', '^browser/ui/webui/flags_'], 5126 ['exclude', '^browser/ui/webui/flags_'],
5125 ['exclude', '^browser/ui/webui/help/'], 5127 ['exclude', '^browser/ui/webui/help/'],
5126 ['exclude', '^browser/ui/webui/inspect_'], 5128 ['exclude', '^browser/ui/webui/inspect_'],
5127 ['exclude', '^browser/ui/webui/options'], 5129 ['exclude', '^browser/ui/webui/options'],
5128 ['exclude', '^browser/ui/webui/options'], 5130 ['exclude', '^browser/ui/webui/options'],
5129 ['exclude', '^browser/ui/webui/signin/'], 5131 ['exclude', '^browser/ui/webui/signin/'],
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
5651 'includes': [ '../build/jni_generator.gypi' ], 5653 'includes': [ '../build/jni_generator.gypi' ],
5652 'dependencies': [ 5654 'dependencies': [
5653 'android_jar_jni_headers', 5655 'android_jar_jni_headers',
5654 ], 5656 ],
5655 }, 5657 },
5656 ], 5658 ],
5657 }, 5659 },
5658 ], 5660 ],
5659 ], 5661 ],
5660 } 5662 }
OLDNEW
« chrome/browser/jankometer_android.cc ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698