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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 'win/hwnd_util.h', | 349 'win/hwnd_util.h', |
350 "win/physical_size.cc", | 350 "win/physical_size.cc", |
351 "win/physical_size.h", | 351 "win/physical_size.h", |
352 'win/rendering_window_manager.cc', | 352 'win/rendering_window_manager.cc', |
353 'win/rendering_window_manager.h', | 353 'win/rendering_window_manager.h', |
354 'win/scoped_set_map_mode.h', | 354 'win/scoped_set_map_mode.h', |
355 'win/singleton_hwnd.cc', | 355 'win/singleton_hwnd.cc', |
356 'win/singleton_hwnd.h', | 356 'win/singleton_hwnd.h', |
357 'win/singleton_hwnd_observer.cc', | 357 'win/singleton_hwnd_observer.cc', |
358 'win/singleton_hwnd_observer.h', | 358 'win/singleton_hwnd_observer.h', |
| 359 'win/text_analysis_source.cc', |
| 360 'win/text_analysis_source.h', |
359 'win/window_impl.cc', | 361 'win/window_impl.cc', |
360 'win/window_impl.h', | 362 'win/window_impl.h', |
361 ], | 363 ], |
362 'includes': [ | 364 'includes': [ |
363 '../../build/android/increase_size_for_speed.gypi', | 365 '../../build/android/increase_size_for_speed.gypi', |
364 ], | 366 ], |
365 'conditions': [ | 367 'conditions': [ |
366 ['OS=="ios"', { | 368 ['OS=="ios"', { |
367 # Linkable dependents need to set the linker flag '-ObjC' in order to | 369 # Linkable dependents need to set the linker flag '-ObjC' in order to |
368 # use the categories in this target (e.g. NSString+CrStringDrawing.h). | 370 # use the categories in this target (e.g. NSString+CrStringDrawing.h). |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 ], | 608 ], |
607 'variables': { | 609 'variables': { |
608 'jni_gen_package': 'ui/gfx', | 610 'jni_gen_package': 'ui/gfx', |
609 }, | 611 }, |
610 'includes': [ '../../build/jni_generator.gypi' ], | 612 'includes': [ '../../build/jni_generator.gypi' ], |
611 }, | 613 }, |
612 ], | 614 ], |
613 }], | 615 }], |
614 ], | 616 ], |
615 } | 617 } |
OLD | NEW |