| 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 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
nternal/additional_modules_list.txt', | 8 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
nternal/additional_modules_list.txt', |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 }, | 378 }, |
| 379 { | 379 { |
| 380 'includes': ['chrome_repack_chrome_200_percent.gypi'] | 380 'includes': ['chrome_repack_chrome_200_percent.gypi'] |
| 381 }, | 381 }, |
| 382 ], | 382 ], |
| 383 'conditions': [ | 383 'conditions': [ |
| 384 ['OS != "ios"', { | 384 ['OS != "ios"', { |
| 385 'dependencies': [ | 385 'dependencies': [ |
| 386 '<(DEPTH)/content/content_resources.gyp:content_resources', | 386 '<(DEPTH)/content/content_resources.gyp:content_resources', |
| 387 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st
rings', | 387 '<(DEPTH)/device/bluetooth/bluetooth_strings.gyp:device_bluetooth_st
rings', |
| 388 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
| 388 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', | 389 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', |
| 389 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', | 390 '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', |
| 390 ], | 391 ], |
| 391 }], | 392 }], |
| 392 ['use_ash==1', { | 393 ['use_ash==1', { |
| 393 'dependencies': [ | 394 'dependencies': [ |
| 394 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', | 395 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', |
| 395 '<(DEPTH)/ash/ash.gyp:ash_resources', | 396 '<(DEPTH)/ash/ash.gyp:ash_resources', |
| 396 ], | 397 ], |
| 397 }], | 398 }], |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 '<(generator_path)', | 497 '<(generator_path)', |
| 497 'credits', | 498 'credits', |
| 498 '<(about_credits_file)', | 499 '<(about_credits_file)', |
| 499 ], | 500 ], |
| 500 'message': 'Generating about:credits', | 501 'message': 'Generating about:credits', |
| 501 }, | 502 }, |
| 502 ], | 503 ], |
| 503 }, | 504 }, |
| 504 ], # targets | 505 ], # targets |
| 505 } | 506 } |
| OLD | NEW |