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

Side by Side Diff: chrome/chrome_common.gypi

Issue 8598024: Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based classes that are ob... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 ], 255 ],
256 'link_settings': { 256 'link_settings': {
257 'libraries': [ 257 'libraries': [
258 '-lX11', 258 '-lX11',
259 '-lXrender', 259 '-lXrender',
260 '-lXss', 260 '-lXss',
261 '-lXext', 261 '-lXext',
262 ], 262 ],
263 }, 263 },
264 },], 264 },],
265 ['toolkit_views==1', {
266 'sources': [
267 'common/native_web_keyboard_event_views.cc',
268 'common/native_web_keyboard_event_views.h',
269 ],
270 }],
271 ['use_aura==1', { 265 ['use_aura==1', {
272 'dependencies!': [ 266 'dependencies!': [
273 'default_plugin/default_plugin.gyp:default_plugin', 267 'default_plugin/default_plugin.gyp:default_plugin',
274 ], 268 ],
275 }], 269 }],
276 ['OS=="linux" and selinux==1', { 270 ['OS=="linux" and selinux==1', {
277 'dependencies': [ 271 'dependencies': [
278 '../build/linux/system.gyp:selinux', 272 '../build/linux/system.gyp:selinux',
279 ], 273 ],
280 }], 274 }],
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'common/safe_browsing/csd.proto' 425 'common/safe_browsing/csd.proto'
432 ], 426 ],
433 'variables': { 427 'variables': {
434 'proto_in_dir': 'common/safe_browsing', 428 'proto_in_dir': 'common/safe_browsing',
435 'proto_out_dir': 'chrome/common/safe_browsing', 429 'proto_out_dir': 'chrome/common/safe_browsing',
436 }, 430 },
437 'includes': [ '../build/protoc.gypi' ], 431 'includes': [ '../build/protoc.gypi' ],
438 }, 432 },
439 ], 433 ],
440 } 434 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698