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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 985533002: Set up serving infrastructure for c/b/r/settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wait for onload. Created 5 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
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 3067 matching lines...) Expand 10 before | Expand all | Expand 10 after
3078 '<@(chrome_browser_services_sources)', 3078 '<@(chrome_browser_services_sources)',
3079 '<@(chrome_browser_session_sources)', 3079 '<@(chrome_browser_session_sources)',
3080 '<@(chrome_browser_signin_sources)', 3080 '<@(chrome_browser_signin_sources)',
3081 '<@(chrome_browser_ssl_sources)', 3081 '<@(chrome_browser_ssl_sources)',
3082 '<@(chrome_browser_sync_sources)', 3082 '<@(chrome_browser_sync_sources)',
3083 '<@(chrome_browser_web_resource_sources)', 3083 '<@(chrome_browser_web_resource_sources)',
3084 3084
3085 # These files are generated by GRIT. 3085 # These files are generated by GRIT.
3086 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 3086 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
3087 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3087 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3088 '<(grit_out_dir)/grit/settings_resources_map.cc',
3088 '<(grit_out_dir)/grit/theme_resources_map.cc', 3089 '<(grit_out_dir)/grit/theme_resources_map.cc',
3089 3090
3090 # This file is generated by 3091 # This file is generated by
3091 # chrome/browser/metrics/variations/generate_resources_map.py 3092 # chrome/browser/metrics/variations/generate_resources_map.py
3092 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc', 3093 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc',
3093 ], 3094 ],
3094 }, { # OS == "ios" 3095 }, { # OS == "ios"
3095 'dependencies': [ 3096 'dependencies': [
3096 '../net/net.gyp:net', 3097 '../net/net.gyp:net',
3097 ], 3098 ],
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
3723 'variables': { 3724 'variables': {
3724 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3725 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3725 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3726 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3726 }, 3727 },
3727 'includes': [ '../build/protoc.gypi' ] 3728 'includes': [ '../build/protoc.gypi' ]
3728 }, 3729 },
3729 ], 3730 ],
3730 },], 3731 },],
3731 ], 3732 ],
3732 } 3733 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698