Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: chrome/chrome_resources.gyp

Issue 23503042: Initial WebUI for DOM Distiller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added dependency for dom_distiller_resources Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698