| 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 3284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3295 '<@(chrome_browser_session_sources)', | 3295 '<@(chrome_browser_session_sources)', |
| 3296 '<@(chrome_browser_signin_sources)', | 3296 '<@(chrome_browser_signin_sources)', |
| 3297 '<@(chrome_browser_ssl_sources)', | 3297 '<@(chrome_browser_ssl_sources)', |
| 3298 '<@(chrome_browser_sync_sources)', | 3298 '<@(chrome_browser_sync_sources)', |
| 3299 '<@(chrome_browser_web_resource_sources)', | 3299 '<@(chrome_browser_web_resource_sources)', |
| 3300 | 3300 |
| 3301 # These files are generated by GRIT. | 3301 # These files are generated by GRIT. |
| 3302 '<(SHARED_INTERMEDIATE_DIR)/components/grit/components_scaled_resour
ces_map.cc', | 3302 '<(SHARED_INTERMEDIATE_DIR)/components/grit/components_scaled_resour
ces_map.cc', |
| 3303 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', | 3303 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', |
| 3304 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 3304 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
| 3305 '<(grit_out_dir)/grit/policy_resources_map.cc', |
| 3305 '<(grit_out_dir)/grit/settings_resources_map.cc', | 3306 '<(grit_out_dir)/grit/settings_resources_map.cc', |
| 3306 '<(grit_out_dir)/grit/theme_resources_map.cc', | 3307 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 3307 ], | 3308 ], |
| 3308 'conditions': [ | 3309 'conditions': [ |
| 3309 ['toolkit_views==1', { | 3310 ['toolkit_views==1', { |
| 3310 'dependencies': [ | 3311 'dependencies': [ |
| 3311 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 3312 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
| 3312 '../ui/views/views.gyp:views' | 3313 '../ui/views/views.gyp:views' |
| 3313 ], | 3314 ], |
| 3314 }], | 3315 }], |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4100 '../components/components.gyp:omnibox_browser', | 4101 '../components/components.gyp:omnibox_browser', |
| 4101 '../components/components.gyp:rlz', | 4102 '../components/components.gyp:rlz', |
| 4102 '../components/components.gyp:search_engines', | 4103 '../components/components.gyp:search_engines', |
| 4103 '../rlz/rlz.gyp:rlz_lib', | 4104 '../rlz/rlz.gyp:rlz_lib', |
| 4104 ], | 4105 ], |
| 4105 }, | 4106 }, |
| 4106 ], | 4107 ], |
| 4107 }], | 4108 }], |
| 4108 ], | 4109 ], |
| 4109 } | 4110 } |
| OLD | NEW |