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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 361253004: Add compiling chrome/browser to GN build on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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_browser.gypi ('k') | no next file » | 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 '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 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om nibox/omnibox.mojom.js', 9 'omnibox_mojom_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/om nibox/omnibox.mojom.js',
10 }, 10 },
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'python', 294 'python',
295 'browser/metrics/variations/generate_resources_map.py', 295 'browser/metrics/variations/generate_resources_map.py',
296 '<(grit_out_dir)/grit/generated_resources.h', 296 '<(grit_out_dir)/grit/generated_resources.h',
297 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc' 297 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc'
298 ], 298 ],
299 'message': 'Generating generated resources map.', 299 'message': 'Generating generated resources map.',
300 } 300 }
301 ], 301 ],
302 }, 302 },
303 { 303 {
304 # GN version: //chrome/app/resources:platform_locale_settings
304 'target_name': 'platform_locale_settings', 305 'target_name': 'platform_locale_settings',
305 'type': 'none', 306 'type': 'none',
306 'variables': { 307 'variables': {
307 'conditions': [ 308 'conditions': [
308 ['OS=="win"', { 309 ['OS=="win"', {
309 'platform_locale_settings_grd': 310 'platform_locale_settings_grd':
310 'app/resources/locale_settings_win.grd', 311 'app/resources/locale_settings_win.grd',
311 },], 312 },],
312 ['OS=="linux"', { 313 ['OS=="linux"', {
313 'conditions': [ 314 'conditions': [
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 '<(generator_path)', 548 '<(generator_path)',
548 'credits', 549 'credits',
549 '<(about_credits_file)', 550 '<(about_credits_file)',
550 ], 551 ],
551 'message': 'Generating about:credits', 552 'message': 'Generating about:credits',
552 }, 553 },
553 ], 554 ],
554 }, 555 },
555 ], # targets 556 ], # targets
556 } 557 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698