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

Unified Diff: chrome/common_constants.gyp

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common_constants.gyp
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp
index 7020f80e062e5bb7e9f6b908fa5b0de53f57527a..3e657b4f2d3554e86377f81ccf4fe0fb4e099dd1 100644
--- a/chrome/common_constants.gyp
+++ b/chrome/common_constants.gyp
@@ -67,6 +67,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../components/nacl_common.gypi:nacl_switches',
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
],
'target_conditions': [
@@ -96,6 +97,7 @@
],
'dependencies': [
'../base/base.gyp:base_nacl_win64',
+ '../components/nacl_common.gypi:nacl_switches_win64',
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
],
'defines': [

Powered by Google App Engine
This is Rietveld 408576698