| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'variables': { | 5 'variables': { |
| 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], | 7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'copies': [ | 258 'copies': [ |
| 259 { | 259 { |
| 260 'destination': '<(PRODUCT_DIR)', | 260 'destination': '<(PRODUCT_DIR)', |
| 261 'files': [ | 261 'files': [ |
| 262 '<(grit_out_dir)/theme_resources_standard.pak', | 262 '<(grit_out_dir)/theme_resources_standard.pak', |
| 263 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resource
s_standard.pak', | 263 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resource
s_standard.pak', |
| 264 ], | 264 ], |
| 265 }, | 265 }, |
| 266 ], | 266 ], |
| 267 }], | 267 }], |
| 268 ['OS != "mac" and enable_hidpi == 1', { | 268 ['(OS != "mac" and enable_hidpi == 1) or chromeos == 1', { |
| 269 'copies': [ | 269 'copies': [ |
| 270 { | 270 { |
| 271 'destination': '<(PRODUCT_DIR)', | 271 'destination': '<(PRODUCT_DIR)', |
| 272 'files': [ | 272 'files': [ |
| 273 '<(grit_out_dir)/theme_resources_2x.pak', | 273 '<(grit_out_dir)/theme_resources_2x.pak', |
| 274 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_2x/ui_resources_2x.p
ak', | 274 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_2x/ui_resources_2x.p
ak', |
| 275 ], | 275 ], |
| 276 }, | 276 }, |
| 277 ], | 277 ], |
| 278 }], | 278 }], |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 'files': ['<@(default_apps_list)'] | 389 'files': ['<@(default_apps_list)'] |
| 390 }, | 390 }, |
| 391 ], | 391 ], |
| 392 }], | 392 }], |
| 393 ], # conditions | 393 ], # conditions |
| 394 }], # end OS != "mac" | 394 }], # end OS != "mac" |
| 395 ], # conditions | 395 ], # conditions |
| 396 }, | 396 }, |
| 397 ], # targets | 397 ], # targets |
| 398 } | 398 } |
| OLD | NEW |