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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox.gyp

Issue 1145243006: Port chromevox build to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@externs
Patch Set: Workaround hardlink related spuroius rebuild issue by using a stamp file (not ideal). Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/chromevox/chromevox.gyp
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox.gyp b/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
index 226c35c229e49411add40116d05d87cb2b9b7a1c..10011720e197b4aa4a5ca77b209b3620bc21ef51 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
@@ -8,14 +8,11 @@
'variables': {
# Whether to compress the 4 main ChromeVox scripts.
'chromevox_compress_js%': '1',
- 'chromevox1_background_script_loader_file': 'chromevox/background/loader.js',
- 'chromevox1_content_script_loader_file': 'chromevox/injected/loader.js',
- 'chromevox1_kbexplorer_loader_file': 'chromevox/background/kbexplorer_loader.js',
- 'chromevox1_options_script_loader_file': 'chromevox/background/options_loader.js',
- 'chromevox2_background_script_loader_file': 'cvox2/background/loader.js',
},
'includes': [
+ 'chromevox_assets.gypi',
'chromevox_tests.gypi',
+ 'chromevox_vars.gypi',
'common.gypi',
],
'targets': [
@@ -62,13 +59,6 @@
],
},
{
- 'target_name': 'chromevox_assets',
- 'type': 'none',
- 'includes': [
- 'chromevox_assets.gypi',
- ],
- },
- {
'target_name': 'chromevox_static_files',
'type': 'none',
'copies': [
@@ -81,7 +71,7 @@
],
},
{
- 'destination': '<(PRODUCT_DIR)/resources/chromeos/chromevox/cvox2/background',
+ 'destination': '<(chromevox_dest_dir)/cvox2/background',
'files': [
'cvox2/background/background.html',
],

Powered by Google App Engine
This is Rietveld 408576698