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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'win/hwnd_util.cc', | 302 'win/hwnd_util.cc', |
303 'win/hwnd_util.h', | 303 'win/hwnd_util.h', |
304 'win/scoped_set_map_mode.h', | 304 'win/scoped_set_map_mode.h', |
305 'win/singleton_hwnd.cc', | 305 'win/singleton_hwnd.cc', |
306 'win/singleton_hwnd.h', | 306 'win/singleton_hwnd.h', |
307 'win/window_impl.cc', | 307 'win/window_impl.cc', |
308 'win/window_impl.h', | 308 'win/window_impl.h', |
309 ], | 309 ], |
310 'conditions': [ | 310 'conditions': [ |
311 ['OS=="ios"', { | 311 ['OS=="ios"', { |
| 312 'dependencies': [ |
| 313 '<(DEPTH)/ui/ios/ui_ios.gyp:ui_ios', |
| 314 ], |
312 # iOS only uses a subset of UI. | 315 # iOS only uses a subset of UI. |
313 'sources/': [ | 316 'sources/': [ |
314 ['exclude', '^codec/jpeg_codec\\.cc$'], | 317 ['exclude', '^codec/jpeg_codec\\.cc$'], |
315 ], | 318 ], |
316 }, { | 319 }, { |
317 'dependencies': [ | 320 'dependencies': [ |
318 '<(libjpeg_gyp_path):libjpeg', | 321 '<(libjpeg_gyp_path):libjpeg', |
319 ], | 322 ], |
320 }], | 323 }], |
321 # TODO(asvitkine): Switch all platforms to use canvas_skia.cc. | 324 # TODO(asvitkine): Switch all platforms to use canvas_skia.cc. |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 ], | 473 ], |
471 'variables': { | 474 'variables': { |
472 'jni_gen_package': 'ui/gfx', | 475 'jni_gen_package': 'ui/gfx', |
473 }, | 476 }, |
474 'includes': [ '../../build/jni_generator.gypi' ], | 477 'includes': [ '../../build/jni_generator.gypi' ], |
475 }, | 478 }, |
476 ], | 479 ], |
477 }], | 480 }], |
478 ], | 481 ], |
479 } | 482 } |
OLD | NEW |