Index: chrome/browser/search_engines/prepopulated_engines.gyp |
diff --git a/chrome/browser/search_engines/prepopulated_engines.gyp b/chrome/browser/search_engines/prepopulated_engines.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5a3da5f0eeae8a9c777964faead14a55b7db125d |
--- /dev/null |
+++ b/chrome/browser/search_engines/prepopulated_engines.gyp |
@@ -0,0 +1,24 @@ |
+# Copyright 2012 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': [ |
+ { |
+ 'target_name': 'prepopulated_engines', |
+ 'type': 'static_library', |
+ 'sources': [ |
+ 'prepopulated_engines.json', |
+ ], |
+ 'includes': [ |
+ '../../../build/json_to_struct.gypi', |
+ ], |
+ 'variables': { |
+ 'chromium_code': 1, |
+ 'schema_file': 'prepopulated_engines_schema.json', |
+ 'namespace': 'TemplateURLPrepopulateData', |
+ 'cc_dir': 'chrome/browser/search_engines', |
+ }, |
+ }, |
+ ], |
+} |