OLD | NEW |
---|---|
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 3071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3082 '<@(chrome_browser_session_sources)', | 3082 '<@(chrome_browser_session_sources)', |
3083 '<@(chrome_browser_signin_sources)', | 3083 '<@(chrome_browser_signin_sources)', |
3084 '<@(chrome_browser_ssl_sources)', | 3084 '<@(chrome_browser_ssl_sources)', |
3085 '<@(chrome_browser_sync_sources)', | 3085 '<@(chrome_browser_sync_sources)', |
3086 '<@(chrome_browser_web_resource_sources)', | 3086 '<@(chrome_browser_web_resource_sources)', |
3087 | 3087 |
3088 # These files are generated by GRIT. | 3088 # These files are generated by GRIT. |
3089 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', | 3089 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', |
3090 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 3090 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
3091 '<(grit_out_dir)/grit/theme_resources_map.cc', | 3091 '<(grit_out_dir)/grit/theme_resources_map.cc', |
3092 '<(grit_out_dir)/grit/settings_resources_map.cc', | |
michaelpg
2015/03/06 02:08:17
nit: I think we tend to keep gyp files alphabetica
Jeremy Klein
2015/03/06 02:20:01
Done.
| |
3092 | 3093 |
3093 # This file is generated by | 3094 # This file is generated by |
3094 # chrome/browser/metrics/variations/generate_resources_map.py | 3095 # chrome/browser/metrics/variations/generate_resources_map.py |
3095 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc', | 3096 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc', |
3096 ], | 3097 ], |
3097 }, { # OS == "ios" | 3098 }, { # OS == "ios" |
3098 'dependencies': [ | 3099 'dependencies': [ |
3099 '../net/net.gyp:net', | 3100 '../net/net.gyp:net', |
3100 ], | 3101 ], |
3101 # A few sources had been brought up for iOS before the decision not to | 3102 # A few sources had been brought up for iOS before the decision not to |
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3726 'variables': { | 3727 'variables': { |
3727 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3728 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3728 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3729 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3729 }, | 3730 }, |
3730 'includes': [ '../build/protoc.gypi' ] | 3731 'includes': [ '../build/protoc.gypi' ] |
3731 }, | 3732 }, |
3732 ], | 3733 ], |
3733 },], | 3734 },], |
3734 ], | 3735 ], |
3735 } | 3736 } |
OLD | NEW |