OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 'dependencies': [ | 341 'dependencies': [ |
342 'gfx_jni_headers', | 342 'gfx_jni_headers', |
343 ], | 343 ], |
344 'link_settings': { | 344 'link_settings': { |
345 'libraries': [ | 345 'libraries': [ |
346 '-landroid', | 346 '-landroid', |
347 '-ljnigraphics', | 347 '-ljnigraphics', |
348 ], | 348 ], |
349 }, | 349 }, |
350 }], | 350 }], |
351 ['use_aura==0', { | 351 ['toolkit_views==0', { |
352 'sources!': [ | 352 'sources!': [ |
353 'nine_image_painter.cc', | 353 'nine_image_painter.cc', |
354 'nine_image_painter.h', | 354 'nine_image_painter.h', |
355 ], | 355 ], |
356 }], | 356 }], |
357 ['OS=="android" and use_aura==0', { | 357 ['OS=="android" and use_aura==0', { |
358 'sources!': [ | 358 'sources!': [ |
359 'path.cc', | 359 'path.cc', |
360 ], | 360 ], |
361 }], | 361 }], |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 'x/x11_error_tracker.cc', | 550 'x/x11_error_tracker.cc', |
551 'x/x11_error_tracker.h', | 551 'x/x11_error_tracker.h', |
552 'x/x11_types.cc', | 552 'x/x11_types.cc', |
553 'x/x11_types.h', | 553 'x/x11_types.h', |
554 ], | 554 ], |
555 }, | 555 }, |
556 ] | 556 ] |
557 }], | 557 }], |
558 ], | 558 ], |
559 } | 559 } |
OLD | NEW |