| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 }, | 242 }, |
| 243 ], | 243 ], |
| 244 }], | 244 }], |
| 245 ['(OS != "mac" and enable_hidpi == 1) or chromeos == 1', { | 245 ['(OS != "mac" and enable_hidpi == 1) or chromeos == 1', { |
| 246 'copies': [ | 246 'copies': [ |
| 247 { | 247 { |
| 248 'destination': '<(PRODUCT_DIR)', | 248 'destination': '<(PRODUCT_DIR)', |
| 249 'files': [ | 249 'files': [ |
| 250 '<(grit_out_dir)/theme_resources_200_percent.pak', | 250 '<(grit_out_dir)/theme_resources_200_percent.pak', |
| 251 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_200_per
cent.pak', | 251 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_200_per
cent.pak', |
| 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_200_percent.
pak', |
| 252 ], | 253 ], |
| 253 }, | 254 }, |
| 254 ], | 255 ], |
| 255 }], | 256 }], |
| 256 ['enable_touch_ui==1', { | 257 ['enable_touch_ui==1', { |
| 257 'copies': [ | 258 'copies': [ |
| 258 { | 259 { |
| 259 'destination': '<(PRODUCT_DIR)', | 260 'destination': '<(PRODUCT_DIR)', |
| 260 'files': [ | 261 'files': [ |
| 261 '<(grit_out_dir)/theme_resources_touch_100_percent.pak', | 262 '<(grit_out_dir)/theme_resources_touch_100_percent.pak', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'files': ['<@(default_apps_list)'] | 368 'files': ['<@(default_apps_list)'] |
| 368 }, | 369 }, |
| 369 ], | 370 ], |
| 370 }], | 371 }], |
| 371 ], # conditions | 372 ], # conditions |
| 372 }], # end OS != "mac" | 373 }], # end OS != "mac" |
| 373 ], # conditions | 374 ], # conditions |
| 374 }, | 375 }, |
| 375 ], # targets | 376 ], # targets |
| 376 } | 377 } |
| OLD | NEW |