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

Side by Side Diff: chrome/chrome_common.gypi

Issue 4673001: Implements a C++ version of JSONSchemaValidator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: all done Created 10 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/json_schema_validator.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'common/file_system/file_system_dispatcher.h', 247 'common/file_system/file_system_dispatcher.h',
248 'common/font_loader_mac.h', 248 'common/font_loader_mac.h',
249 'common/font_loader_mac.mm', 249 'common/font_loader_mac.mm',
250 'common/gears_api.h', 250 'common/gears_api.h',
251 'common/gpu_plugin.cc', 251 'common/gpu_plugin.cc',
252 'common/gpu_plugin.h', 252 'common/gpu_plugin.h',
253 'common/important_file_writer.cc', 253 'common/important_file_writer.cc',
254 'common/important_file_writer.h', 254 'common/important_file_writer.h',
255 'common/json_pref_store.cc', 255 'common/json_pref_store.cc',
256 'common/json_pref_store.h', 256 'common/json_pref_store.h',
257 'common/json_schema_validator.cc',
258 'common/json_schema_validator.h',
257 'common/jstemplate_builder.cc', 259 'common/jstemplate_builder.cc',
258 'common/jstemplate_builder.h', 260 'common/jstemplate_builder.h',
259 'common/libxml_utils.cc', 261 'common/libxml_utils.cc',
260 'common/libxml_utils.h', 262 'common/libxml_utils.h',
261 'common/mru_cache.h', 263 'common/mru_cache.h',
262 'common/navigation_gesture.h', 264 'common/navigation_gesture.h',
263 'common/navigation_types.h', 265 'common/navigation_types.h',
264 'common/native_web_keyboard_event.h', 266 'common/native_web_keyboard_event.h',
265 'common/native_web_keyboard_event_linux.cc', 267 'common/native_web_keyboard_event_linux.cc',
266 'common/native_web_keyboard_event_mac.mm', 268 'common/native_web_keyboard_event_mac.mm',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'configurations': { 567 'configurations': {
566 'Common_Base': { 568 'Common_Base': {
567 'msvs_target_platform': 'x64', 569 'msvs_target_platform': 'x64',
568 }, 570 },
569 }, 571 },
570 }, 572 },
571 ], 573 ],
572 }], 574 }],
573 ], 575 ],
574 } 576 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/json_schema_validator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698