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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 746663002: Stub for WebRTCDeviceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webclient
Patch Set: Merged Created 6 years 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
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | chrome/chrome_tests.gypi » ('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 '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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'includes': [ '../build/grit_action.gypi' ], 74 'includes': [ '../build/grit_action.gypi' ],
75 }, 75 },
76 ], 76 ],
77 'includes': [ '../build/grit_target.gypi' ], 77 'includes': [ '../build/grit_target.gypi' ],
78 'conditions': [ 78 'conditions': [
79 ['OS != "ios"', { 79 ['OS != "ios"', {
80 'dependencies': [ 80 'dependencies': [
81 '../components/components_resources.gyp:components_resources', 81 '../components/components_resources.gyp:components_resources',
82 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc es', 82 '../content/browser/devtools/devtools_resources.gyp:devtools_resourc es',
83 '../content/browser/tracing/tracing_resources.gyp:tracing_resources' , 83 '../content/browser/tracing/tracing_resources.gyp:tracing_resources' ,
84 'browser/devtools/webrtc_device_provider_resources.gyp:webrtc_device _provider_resources',
84 ], 85 ],
85 'actions': [ 86 'actions': [
86 { 87 {
87 # GN version: //chrome/browser/resources:component_extension_resou rces 88 # GN version: //chrome/browser/resources:component_extension_resou rces
88 'action_name': 'generate_component_extension_resources', 89 'action_name': 'generate_component_extension_resources',
89 'variables': { 90 'variables': {
90 'grit_grd_file': 'browser/resources/component_extension_resource s.grd', 91 'grit_grd_file': 'browser/resources/component_extension_resource s.grd',
91 }, 92 },
92 'includes': [ '../build/grit_action.gypi' ], 93 'includes': [ '../build/grit_action.gypi' ],
93 }, 94 },
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 '<(generator_path)', 615 '<(generator_path)',
615 'credits', 616 'credits',
616 '<(about_credits_file)', 617 '<(about_credits_file)',
617 ], 618 ],
618 'message': 'Generating about:credits', 619 'message': 'Generating about:credits',
619 }, 620 },
620 ], 621 ],
621 }, 622 },
622 ], # targets 623 ], # targets
623 } 624 }
OLDNEW
« no previous file with comments | « chrome/chrome_repack_resources.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698