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 3297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3308 '<@(chrome_browser_services_sources)', | 3308 '<@(chrome_browser_services_sources)', |
3309 '<@(chrome_browser_session_sources)', | 3309 '<@(chrome_browser_session_sources)', |
3310 '<@(chrome_browser_signin_sources)', | 3310 '<@(chrome_browser_signin_sources)', |
3311 '<@(chrome_browser_ssl_sources)', | 3311 '<@(chrome_browser_ssl_sources)', |
3312 '<@(chrome_browser_sync_sources)', | 3312 '<@(chrome_browser_sync_sources)', |
3313 '<@(chrome_browser_web_resource_sources)', | 3313 '<@(chrome_browser_web_resource_sources)', |
3314 | 3314 |
3315 # These files are generated by GRIT. | 3315 # These files are generated by GRIT. |
3316 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', | 3316 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', |
3317 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 3317 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
| 3318 '<(grit_out_dir)/grit/policy_resources_map.cc', |
3318 '<(grit_out_dir)/grit/settings_resources_map.cc', | 3319 '<(grit_out_dir)/grit/settings_resources_map.cc', |
3319 '<(grit_out_dir)/grit/theme_resources_map.cc', | 3320 '<(grit_out_dir)/grit/theme_resources_map.cc', |
3320 ], | 3321 ], |
3321 'conditions': [ | 3322 'conditions': [ |
3322 ['toolkit_views==1', { | 3323 ['toolkit_views==1', { |
3323 'dependencies': [ | 3324 'dependencies': [ |
3324 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 3325 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
3325 '../ui/views/views.gyp:views' | 3326 '../ui/views/views.gyp:views' |
3326 ], | 3327 ], |
3327 }], | 3328 }], |
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4122 '../components/components.gyp:omnibox_browser', | 4123 '../components/components.gyp:omnibox_browser', |
4123 '../components/components.gyp:rlz', | 4124 '../components/components.gyp:rlz', |
4124 '../components/components.gyp:search_engines', | 4125 '../components/components.gyp:search_engines', |
4125 '../rlz/rlz.gyp:rlz_lib', | 4126 '../rlz/rlz.gyp:rlz_lib', |
4126 ], | 4127 ], |
4127 }, | 4128 }, |
4128 ], | 4129 ], |
4129 }], | 4130 }], |
4130 ], | 4131 ], |
4131 } | 4132 } |
OLD | NEW |