Chromium Code Reviews| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 93 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 93 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 94 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 94 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 95 ], | 95 ], |
| 96 'defines': [ | 96 'defines': [ |
| 97 'GFX_IMPLEMENTATION', | 97 'GFX_IMPLEMENTATION', |
| 98 ], | 98 ], |
| 99 'include_dirs': [ | 99 'include_dirs': [ |
| 100 '<(DEPTH)/third_party/icu/source/common', | 100 '<(DEPTH)/third_party/icu/source/common', |
| 101 ], | 101 ], |
| 102 'sources': [ | 102 'sources': [ |
| 103 "win/physical_size.cc", | |
|
Tom Sepez
2016/08/31 16:52:36
nit: alphabetize.
sadrul
2016/08/31 17:13:19
Done (I have no idea how these moved up here)
| |
| 104 "win/physical_size.h", | |
| 103 'android/device_display_info.cc', | 105 'android/device_display_info.cc', |
| 104 'android/device_display_info.h', | 106 'android/device_display_info.h', |
| 105 'android/gfx_jni_registrar.cc', | 107 'android/gfx_jni_registrar.cc', |
| 106 'android/gfx_jni_registrar.h', | 108 'android/gfx_jni_registrar.h', |
| 107 'android/java_bitmap.cc', | 109 'android/java_bitmap.cc', |
| 108 'android/java_bitmap.h', | 110 'android/java_bitmap.h', |
| 109 'android/shared_device_display_info.cc', | 111 'android/shared_device_display_info.cc', |
| 110 'android/shared_device_display_info.h', | 112 'android/shared_device_display_info.h', |
| 111 'android/view_configuration.cc', | 113 'android/view_configuration.cc', |
| 112 'android/view_configuration.h', | 114 'android/view_configuration.h', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 175 'font_render_params_linux.cc', | 177 'font_render_params_linux.cc', |
| 176 'font_render_params_mac.cc', | 178 'font_render_params_mac.cc', |
| 177 'font_render_params_win.cc', | 179 'font_render_params_win.cc', |
| 178 'generic_shared_memory_id.cc', | 180 'generic_shared_memory_id.cc', |
| 179 'generic_shared_memory_id.h', | 181 'generic_shared_memory_id.h', |
| 180 'gfx_export.h', | 182 'gfx_export.h', |
| 181 'gfx_paths.cc', | 183 'gfx_paths.cc', |
| 182 'gfx_paths.h', | 184 'gfx_paths.h', |
| 183 'harfbuzz_font_skia.cc', | 185 'harfbuzz_font_skia.cc', |
| 184 'harfbuzz_font_skia.h', | 186 'harfbuzz_font_skia.h', |
| 185 'image/canvas_image_source.cc', | |
| 186 'image/canvas_image_source.h', | |
| 187 'icc_profile.cc', | 187 'icc_profile.cc', |
| 188 'icc_profile.h', | 188 'icc_profile.h', |
| 189 'icc_profile_mac.mm', | 189 'icc_profile_mac.mm', |
| 190 'icc_profile_win.cc', | 190 'icc_profile_win.cc', |
| 191 'image/canvas_image_source.cc', | |
| 192 'image/canvas_image_source.h', | |
| 191 'image/image.cc', | 193 'image/image.cc', |
| 192 'image/image.h', | 194 'image/image.h', |
| 193 'image/image_family.cc', | 195 'image/image_family.cc', |
| 194 'image/image_family.h', | 196 'image/image_family.h', |
| 195 'image/image_ios.mm', | 197 'image/image_ios.mm', |
| 196 'image/image_mac.mm', | 198 'image/image_mac.mm', |
| 197 'image/image_png_rep.cc', | 199 'image/image_png_rep.cc', |
| 198 'image/image_png_rep.h', | 200 'image/image_png_rep.h', |
| 199 'image/image_skia.cc', | 201 'image/image_skia.cc', |
| 200 'image/image_skia.h', | 202 'image/image_skia.h', |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 219 'ios/uikit_util.mm', | 221 'ios/uikit_util.mm', |
| 220 'linux_font_delegate.cc', | 222 'linux_font_delegate.cc', |
| 221 'linux_font_delegate.h', | 223 'linux_font_delegate.h', |
| 222 'mac/coordinate_conversion.h', | 224 'mac/coordinate_conversion.h', |
| 223 'mac/coordinate_conversion.mm', | 225 'mac/coordinate_conversion.mm', |
| 224 'mac/io_surface.cc', | 226 'mac/io_surface.cc', |
| 225 'mac/io_surface.h', | 227 'mac/io_surface.h', |
| 226 'mac/nswindow_frame_controls.h', | 228 'mac/nswindow_frame_controls.h', |
| 227 'mac/nswindow_frame_controls.mm', | 229 'mac/nswindow_frame_controls.mm', |
| 228 'mac/scoped_cocoa_disable_screen_updates.h', | 230 'mac/scoped_cocoa_disable_screen_updates.h', |
| 229 'native_pixmap_handle_ozone.cc', | 231 'native_pixmap_handle.cc', |
| 230 'native_pixmap_handle_ozone.h', | 232 'native_pixmap_handle.h', |
| 231 'native_widget_types.h', | 233 'native_widget_types.h', |
| 232 'nine_image_painter.cc', | 234 'nine_image_painter.cc', |
| 233 'nine_image_painter.h', | 235 'nine_image_painter.h', |
| 234 'overlay_transform.h', | 236 'overlay_transform.h', |
| 235 'paint_throbber.cc', | 237 'paint_throbber.cc', |
| 236 'paint_throbber.h', | 238 'paint_throbber.h', |
| 237 'path.cc', | 239 'path.cc', |
| 238 'path.h', | 240 'path.h', |
| 239 'path_mac.h', | 241 'path_mac.h', |
| 240 'path_mac.mm', | 242 'path_mac.mm', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 297 'ui_gfx_exports.cc', | 299 'ui_gfx_exports.cc', |
| 298 'utf16_indexing.cc', | 300 'utf16_indexing.cc', |
| 299 'utf16_indexing.h', | 301 'utf16_indexing.h', |
| 300 'vsync_provider.h', | 302 'vsync_provider.h', |
| 301 'win/direct_manipulation.cc', | 303 'win/direct_manipulation.cc', |
| 302 'win/direct_manipulation.h', | 304 'win/direct_manipulation.h', |
| 303 'win/direct_write.cc', | 305 'win/direct_write.cc', |
| 304 'win/direct_write.h', | 306 'win/direct_write.h', |
| 305 'win/hwnd_util.cc', | 307 'win/hwnd_util.cc', |
| 306 'win/hwnd_util.h', | 308 'win/hwnd_util.h', |
| 307 "win/physical_size.cc", | |
| 308 "win/physical_size.h", | |
| 309 'win/rendering_window_manager.cc', | 309 'win/rendering_window_manager.cc', |
| 310 'win/rendering_window_manager.h', | 310 'win/rendering_window_manager.h', |
| 311 'win/scoped_set_map_mode.h', | 311 'win/scoped_set_map_mode.h', |
| 312 'win/singleton_hwnd.cc', | 312 'win/singleton_hwnd.cc', |
| 313 'win/singleton_hwnd.h', | 313 'win/singleton_hwnd.h', |
| 314 'win/singleton_hwnd_observer.cc', | 314 'win/singleton_hwnd_observer.cc', |
| 315 'win/singleton_hwnd_observer.h', | 315 'win/singleton_hwnd_observer.h', |
| 316 'win/text_analysis_source.cc', | 316 'win/text_analysis_source.cc', |
| 317 'win/text_analysis_source.h', | 317 'win/text_analysis_source.h', |
| 318 'win/window_impl.cc', | 318 'win/window_impl.cc', |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 587 'configurations': { | 587 'configurations': { |
| 588 'Common_Base': { | 588 'Common_Base': { |
| 589 'msvs_target_platform': 'x64', | 589 'msvs_target_platform': 'x64', |
| 590 }, | 590 }, |
| 591 }, | 591 }, |
| 592 }, | 592 }, |
| 593 ], | 593 ], |
| 594 }], | 594 }], |
| 595 ], | 595 ], |
| 596 } | 596 } |
| OLD | NEW |