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