| 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 3067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |