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

Unified Diff: chrome/common/variations/fieldtrial_testing_config.gyp

Issue 2321703002: Remove all gyp[i] files in //chrome (Closed)
Patch Set: merge Created 4 years, 3 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
« no previous file with comments | « chrome/common/extensions/api/api.gyp ('k') | chrome/common_constants.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/variations/fieldtrial_testing_config.gyp
diff --git a/chrome/common/variations/fieldtrial_testing_config.gyp b/chrome/common/variations/fieldtrial_testing_config.gyp
deleted file mode 100644
index a844ea00dd3c57e1a146c154c6210b476dd23c09..0000000000000000000000000000000000000000
--- a/chrome/common/variations/fieldtrial_testing_config.gyp
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- # GN version: //chrome/common/variations:fieldtrial_testing_config
- 'target_name': 'fieldtrial_testing_config',
- 'type': 'static_library',
- 'sources': [
- '../../../testing/variations/fieldtrial_testing_config_android.json',
- '../../../testing/variations/fieldtrial_testing_config_win.json',
- '../../../testing/variations/fieldtrial_testing_config_linux.json',
- '../../../testing/variations/fieldtrial_testing_config_mac.json',
- '../../../testing/variations/fieldtrial_testing_config_chromeos.json',
- '../../../testing/variations/fieldtrial_testing_config_ios.json',
- ],
- 'conditions': [
- ['OS!="android"', {'sources/': [['exclude', '_android\\.json$']]}],
- ['OS!="win"', {'sources/': [['exclude', '_win\\.json$']]}],
- ['OS!="linux" or chromeos==1', {'sources/': [['exclude', '_linux\\.json$']]}],
- ['OS!="mac"', {'sources/': [['exclude', '_mac\\.json$']]}],
- ['chromeos!=1', {'sources/': [['exclude', '_chromeos\\.json$']]}],
- ['OS!="ios"', {'sources/': [['exclude', '_ios\\.json$']]}],
- ],
- 'includes': [
- '../../../build/json_to_struct.gypi',
- ],
- 'variables': {
- 'chromium_code': 1,
- 'schema_file': 'fieldtrial_testing_config_schema.json',
- 'namespace': 'chrome_variations',
- 'cc_dir': 'chrome/common/variations',
- 'struct_gen': '<(DEPTH)/tools/variations/fieldtrial_to_struct.py',
- 'output_filename': 'fieldtrial_testing_config',
- },
- },
- ],
-}
« no previous file with comments | « chrome/common/extensions/api/api.gyp ('k') | chrome/common_constants.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698