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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 8533023: Add a content_resources target which currently includes the sandbox definitions on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 1 month 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_chrome.gypi ('k') | content/content.gyp » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'repack_path': '../tools/grit/grit/format/repack.py', 294 'repack_path': '../tools/grit/grit/format/repack.py',
295 }, 295 },
296 'dependencies': [ 296 'dependencies': [
297 # MSVS needs the dependencies explictly named, Make is able to 297 # MSVS needs the dependencies explictly named, Make is able to
298 # derive the dependencies from the output files. 298 # derive the dependencies from the output files.
299 'chrome_resources', 299 'chrome_resources',
300 'chrome_strings', 300 'chrome_strings',
301 'default_plugin/default_plugin.gyp:default_plugin_resources', 301 'default_plugin/default_plugin.gyp:default_plugin_resources',
302 'platform_locale_settings', 302 'platform_locale_settings',
303 'theme_resources', 303 'theme_resources',
304 '<(DEPTH)/content/content_resources.gyp:content_resources',
304 '<(DEPTH)/net/net.gyp:net_resources', 305 '<(DEPTH)/net/net.gyp:net_resources',
305 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', 306 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
306 '<(DEPTH)/ui/ui.gyp:gfx_resources', 307 '<(DEPTH)/ui/ui.gyp:gfx_resources',
307 '<(DEPTH)/ui/ui.gyp:ui_resources', 308 '<(DEPTH)/ui/ui.gyp:ui_resources',
308 '<(DEPTH)/ui/ui.gyp:ui_resources_large', 309 '<(DEPTH)/ui/ui.gyp:ui_resources_large',
309 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', 310 '<(DEPTH)/ui/ui.gyp:ui_resources_standard',
310 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 311 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
311 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', 312 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
312 ], 313 ],
313 'actions': [ 314 'actions': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'files': ['<@(default_apps_list)'] 359 'files': ['<@(default_apps_list)']
359 }, 360 },
360 ], 361 ],
361 }], 362 }],
362 ], # conditions 363 ], # conditions
363 }], # end OS != "mac" 364 }], # end OS != "mac"
364 ], # conditions 365 ], # conditions
365 }, 366 },
366 ], # targets 367 ], # targets
367 } 368 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_chrome.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698