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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6825063: Patch for bug 74983 (among others) to be applied to M11 696 branch. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/696/src
Patch Set: intentionally disabled mac tests. tested by hand. Created 9 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'common/font_loader_mac.mm', 280 'common/font_loader_mac.mm',
281 'common/gears_api.h', 281 'common/gears_api.h',
282 'common/important_file_writer.cc', 282 'common/important_file_writer.cc',
283 'common/important_file_writer.h', 283 'common/important_file_writer.h',
284 'common/json_pref_store.cc', 284 'common/json_pref_store.cc',
285 'common/json_pref_store.h', 285 'common/json_pref_store.h',
286 'common/json_schema_validator.cc', 286 'common/json_schema_validator.cc',
287 'common/json_schema_validator.h', 287 'common/json_schema_validator.h',
288 'common/jstemplate_builder.cc', 288 'common/jstemplate_builder.cc',
289 'common/jstemplate_builder.h', 289 'common/jstemplate_builder.h',
290 'common/launchd_mac.h',
291 'common/launchd_mac.mm',
290 'common/libxml_utils.cc', 292 'common/libxml_utils.cc',
291 'common/libxml_utils.h', 293 'common/libxml_utils.h',
292 'common/mru_cache.h', 294 'common/mru_cache.h',
293 'common/native_web_keyboard_event.h', 295 'common/native_web_keyboard_event.h',
294 'common/native_web_keyboard_event_linux.cc', 296 'common/native_web_keyboard_event_linux.cc',
295 'common/native_web_keyboard_event_mac.mm', 297 'common/native_web_keyboard_event_mac.mm',
296 'common/native_web_keyboard_event_win.cc', 298 'common/native_web_keyboard_event_win.cc',
297 'common/native_window_notification_source.h', 299 'common/native_window_notification_source.h',
298 'common/navigation_gesture.h', 300 'common/navigation_gesture.h',
299 'common/navigation_types.h', 301 'common/navigation_types.h',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'configurations': { 611 'configurations': {
610 'Common_Base': { 612 'Common_Base': {
611 'msvs_target_platform': 'x64', 613 'msvs_target_platform': 'x64',
612 }, 614 },
613 }, 615 },
614 }, 616 },
615 ], 617 ],
616 }], 618 }],
617 ], 619 ],
618 } 620 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698