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

Side by Side Diff: chrome/chrome_common.gypi

Issue 558035: [GPU] Get GPU process running on the mac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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_renderer.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) 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'common/chrome_counters.cc', 50 'common/chrome_counters.cc',
51 'common/chrome_counters.h', 51 'common/chrome_counters.h',
52 'common/common_param_traits.cc', 52 'common/common_param_traits.cc',
53 'common/common_param_traits.h', 53 'common/common_param_traits.h',
54 'common/debug_flags.cc', 54 'common/debug_flags.cc',
55 'common/debug_flags.h', 55 'common/debug_flags.h',
56 'common/devtools_messages.h', 56 'common/devtools_messages.h',
57 'common/devtools_messages_internal.h', 57 'common/devtools_messages_internal.h',
58 'common/gpu_messages.h', 58 'common/gpu_messages.h',
59 'common/gpu_messages_internal.h', 59 'common/gpu_messages_internal.h',
60 'common/io_surface_support_mac.cc',
61 'common/io_surface_support_mac.h',
60 'common/logging_chrome.cc', 62 'common/logging_chrome.cc',
61 'common/logging_chrome.h', 63 'common/logging_chrome.h',
62 'common/main_function_params.h', 64 'common/main_function_params.h',
63 'common/message_router.cc', 65 'common/message_router.cc',
64 'common/message_router.h', 66 'common/message_router.h',
65 'common/nacl_cmd_line.cc', 67 'common/nacl_cmd_line.cc',
66 'common/nacl_cmd_line.h', 68 'common/nacl_cmd_line.h',
67 'common/nacl_messages.h', 69 'common/nacl_messages.h',
68 'common/nacl_types.h', 70 'common/nacl_types.h',
69 'common/nacl_messages_internal.h', 71 'common/nacl_messages_internal.h',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'configurations': { 387 'configurations': {
386 'Common_Base': { 388 'Common_Base': {
387 'msvs_target_platform': 'x64', 389 'msvs_target_platform': 'x64',
388 }, 390 },
389 }, 391 },
390 }, 392 },
391 ], 393 ],
392 }], 394 }],
393 ], 395 ],
394 } 396 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698