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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 692733003: Compile Android using GRIT's new --no-output-all-resource-defines flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged two ifdefs Created 6 years, 1 month 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'browser/search/iframe_source.cc', 1052 'browser/search/iframe_source.cc',
1053 'browser/search/iframe_source.h', 1053 'browser/search/iframe_source.h',
1054 'browser/search/instant_io_context.cc', 1054 'browser/search/instant_io_context.cc',
1055 'browser/search/instant_io_context.h', 1055 'browser/search/instant_io_context.h',
1056 'browser/search/instant_service.cc', 1056 'browser/search/instant_service.cc',
1057 'browser/search/instant_service.h', 1057 'browser/search/instant_service.h',
1058 'browser/search/instant_service_factory.cc', 1058 'browser/search/instant_service_factory.cc',
1059 'browser/search/instant_service_factory.h', 1059 'browser/search/instant_service_factory.h',
1060 'browser/search/instant_service_observer.cc', 1060 'browser/search/instant_service_observer.cc',
1061 'browser/search/instant_service_observer.h', 1061 'browser/search/instant_service_observer.h',
1062 'browser/search/local_ntp_source.cc',
1063 'browser/search/local_ntp_source.h',
1064 'browser/search/most_visited_iframe_source.cc', 1062 'browser/search/most_visited_iframe_source.cc',
1065 'browser/searuch/most_visited_iframe_source.h', 1063 'browser/searuch/most_visited_iframe_source.h',
1066 'browser/search/search.cc', 1064 'browser/search/search.cc',
1067 'browser/search/search.h', 1065 'browser/search/search.h',
1068 'browser/search/suggestions/image_fetcher_impl.cc', 1066 'browser/search/suggestions/image_fetcher_impl.cc',
1069 'browser/search/suggestions/image_fetcher_impl.h', 1067 'browser/search/suggestions/image_fetcher_impl.h',
1070 'browser/search/suggestions/suggestions_service_factory.cc', 1068 'browser/search/suggestions/suggestions_service_factory.cc',
1071 'browser/search/suggestions/suggestions_service_factory.h', 1069 'browser/search/suggestions/suggestions_service_factory.h',
1072 'browser/search/suggestions/suggestions_source.cc', 1070 'browser/search/suggestions/suggestions_source.cc',
1073 'browser/search/suggestions/suggestions_source.h', 1071 'browser/search/suggestions/suggestions_source.h',
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2267 'browser/chrome_browser_field_trials_desktop.cc', 2265 'browser/chrome_browser_field_trials_desktop.cc',
2268 'browser/chrome_browser_field_trials_desktop.h', 2266 'browser/chrome_browser_field_trials_desktop.h',
2269 'browser/chrome_device_client.cc', 2267 'browser/chrome_device_client.cc',
2270 'browser/chrome_device_client.h', 2268 'browser/chrome_device_client.h',
2271 'browser/chrome_page_zoom.cc', 2269 'browser/chrome_page_zoom.cc',
2272 'browser/chrome_page_zoom.h', 2270 'browser/chrome_page_zoom.h',
2273 'browser/chrome_page_zoom_constants.cc', 2271 'browser/chrome_page_zoom_constants.cc',
2274 'browser/chrome_page_zoom_constants.h', 2272 'browser/chrome_page_zoom_constants.h',
2275 'browser/power/process_power_collector.cc', 2273 'browser/power/process_power_collector.cc',
2276 'browser/power/process_power_collector.h', 2274 'browser/power/process_power_collector.h',
2275 'browser/search/local_ntp_source.cc',
2276 'browser/search/local_ntp_source.h',
2277 'browser/signin/signin_promo.cc', 2277 'browser/signin/signin_promo.cc',
2278 'browser/signin/signin_promo.h', 2278 'browser/signin/signin_promo.h',
2279 ], 2279 ],
2280 # Everything but Android, iOS, and CrOS. 2280 # Everything but Android, iOS, and CrOS.
2281 'chrome_browser_desktop_sources': [ 2281 'chrome_browser_desktop_sources': [
2282 'browser/profiles/avatar_menu_desktop.cc', 2282 'browser/profiles/avatar_menu_desktop.cc',
2283 'browser/profiles/avatar_menu_observer.h', 2283 'browser/profiles/avatar_menu_observer.h',
2284 'browser/profiles/avatar_menu_actions_desktop.cc', 2284 'browser/profiles/avatar_menu_actions_desktop.cc',
2285 'browser/profiles/avatar_menu_actions_desktop.h', 2285 'browser/profiles/avatar_menu_actions_desktop.h',
2286 'browser/profiles/profile_list_desktop.cc', 2286 'browser/profiles/profile_list_desktop.cc',
(...skipping 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
3628 'variables': { 3628 'variables': {
3629 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3629 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3630 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3630 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3631 }, 3631 },
3632 'includes': [ '../build/protoc.gypi' ] 3632 'includes': [ '../build/protoc.gypi' ]
3633 }, 3633 },
3634 ], 3634 ],
3635 },], 3635 },],
3636 ], 3636 ],
3637 } 3637 }
OLDNEW
« no previous file with comments | « chrome/browser/search/instant_service.cc ('k') | chrome/renderer/printing/print_web_view_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698