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 3290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3301 '<@(chrome_browser_session_sources)', | 3301 '<@(chrome_browser_session_sources)', |
3302 '<@(chrome_browser_signin_sources)', | 3302 '<@(chrome_browser_signin_sources)', |
3303 '<@(chrome_browser_ssl_sources)', | 3303 '<@(chrome_browser_ssl_sources)', |
3304 '<@(chrome_browser_sync_sources)', | 3304 '<@(chrome_browser_sync_sources)', |
3305 '<@(chrome_browser_web_resource_sources)', | 3305 '<@(chrome_browser_web_resource_sources)', |
3306 | 3306 |
3307 # These files are generated by GRIT. | 3307 # These files are generated by GRIT. |
3308 '<(SHARED_INTERMEDIATE_DIR)/components/grit/components_scaled_resour
ces_map.cc', | 3308 '<(SHARED_INTERMEDIATE_DIR)/components/grit/components_scaled_resour
ces_map.cc', |
3309 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', | 3309 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', |
3310 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 3310 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
| 3311 '<(grit_out_dir)/grit/policy_resources_map.cc', |
3311 '<(grit_out_dir)/grit/settings_resources_map.cc', | 3312 '<(grit_out_dir)/grit/settings_resources_map.cc', |
3312 '<(grit_out_dir)/grit/theme_resources_map.cc', | 3313 '<(grit_out_dir)/grit/theme_resources_map.cc', |
3313 ], | 3314 ], |
3314 'conditions': [ | 3315 'conditions': [ |
3315 ['toolkit_views==1', { | 3316 ['toolkit_views==1', { |
3316 'dependencies': [ | 3317 'dependencies': [ |
3317 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 3318 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
3318 '../ui/views/views.gyp:views' | 3319 '../ui/views/views.gyp:views' |
3319 ], | 3320 ], |
3320 }], | 3321 }], |
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4116 '../components/components.gyp:omnibox_browser', | 4117 '../components/components.gyp:omnibox_browser', |
4117 '../components/components.gyp:rlz', | 4118 '../components/components.gyp:rlz', |
4118 '../components/components.gyp:search_engines', | 4119 '../components/components.gyp:search_engines', |
4119 '../rlz/rlz.gyp:rlz_lib', | 4120 '../rlz/rlz.gyp:rlz_lib', |
4120 ], | 4121 ], |
4121 }, | 4122 }, |
4122 ], | 4123 ], |
4123 }], | 4124 }], |
4124 ], | 4125 ], |
4125 } | 4126 } |
OLD | NEW |