OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |