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 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', | 7 'about_credits_file': '<(SHARED_INTERMEDIATE_DIR)/about_credits.html', |
8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], | 8 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 { | 341 { |
342 'includes': ['chrome_repack_chrome_touch_180_percent.gypi'] | 342 'includes': ['chrome_repack_chrome_touch_180_percent.gypi'] |
343 }, | 343 }, |
344 ], | 344 ], |
345 'conditions': [ | 345 'conditions': [ |
346 ['OS != "ios"', { | 346 ['OS != "ios"', { |
347 'dependencies': [ | 347 'dependencies': [ |
348 # TODO(zork): Protect this with if use_aura==1 | 348 # TODO(zork): Protect this with if use_aura==1 |
349 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', | 349 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', |
350 '<(DEPTH)/content/content_resources.gyp:content_resources', | 350 '<(DEPTH)/content/content_resources.gyp:content_resources', |
351 '<(DEPTH)/device/device_bluetooth_strings.gyp:device_bluetooth_strin
gs', | 351 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st
rings', |
352 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', | 352 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', |
353 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', | 353 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', |
354 ], | 354 ], |
355 }], | 355 }], |
356 ['use_ash==1', { | 356 ['use_ash==1', { |
357 'dependencies': [ | 357 'dependencies': [ |
358 '<(DEPTH)/ash/ash.gyp:ash_resources', | 358 '<(DEPTH)/ash/ash.gyp:ash_resources', |
359 '<(DEPTH)/ash/ash.gyp:ash_wallpaper_resources', | 359 '<(DEPTH)/ash/ash.gyp:ash_wallpaper_resources', |
360 ], | 360 ], |
361 }], | 361 }], |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 '<(generator_path)', | 473 '<(generator_path)', |
474 'credits', | 474 'credits', |
475 '<(about_credits_file)', | 475 '<(about_credits_file)', |
476 ], | 476 ], |
477 'message': 'Generating about:credits.', | 477 'message': 'Generating about:credits.', |
478 }, | 478 }, |
479 ], | 479 ], |
480 }, | 480 }, |
481 ], # targets | 481 ], # targets |
482 } | 482 } |
OLD | NEW |