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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'variables': { | 48 'variables': { |
49 'grit_grd_file': 'browser/resources/translate_internals_resources.gr
d', | 49 'grit_grd_file': 'browser/resources/translate_internals_resources.gr
d', |
50 }, | 50 }, |
51 'includes': [ '../build/grit_action.gypi' ], | 51 'includes': [ '../build/grit_action.gypi' ], |
52 }, | 52 }, |
53 ], | 53 ], |
54 'includes': [ '../build/grit_target.gypi' ], | 54 'includes': [ '../build/grit_target.gypi' ], |
55 'conditions': [ | 55 'conditions': [ |
56 ['OS != "ios"', { | 56 ['OS != "ios"', { |
57 'dependencies': [ | 57 'dependencies': [ |
| 58 '../components/components.gyp:dom_distiller_resources', |
58 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', | 59 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc
es', |
59 '../content/browser/tracing/tracing_resources.gyp:tracing_resources'
, | 60 '../content/browser/tracing/tracing_resources.gyp:tracing_resources'
, |
60 ], | 61 ], |
61 'actions': [ | 62 'actions': [ |
62 { | 63 { |
63 'action_name': 'component_extension_resources', | 64 'action_name': 'component_extension_resources', |
64 'variables': { | 65 'variables': { |
65 'grit_grd_file': 'browser/resources/component_extension_resource
s.grd', | 66 'grit_grd_file': 'browser/resources/component_extension_resource
s.grd', |
66 }, | 67 }, |
67 'includes': [ '../build/grit_action.gypi' ], | 68 'includes': [ '../build/grit_action.gypi' ], |
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 '<(generator_path)', | 475 '<(generator_path)', |
475 'credits', | 476 'credits', |
476 '<(about_credits_file)', | 477 '<(about_credits_file)', |
477 ], | 478 ], |
478 'message': 'Generating about:credits.', | 479 'message': 'Generating about:credits.', |
479 }, | 480 }, |
480 ], | 481 ], |
481 }, | 482 }, |
482 ], # targets | 483 ], # targets |
483 } | 484 } |
OLD | NEW |