Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Side by Side Diff: build/gn_migration.gypi

Issue 1622773002: Fix date picker performance issues, crash, and incorrect pre-1582 dates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « build/all.gyp ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 # This file defines five targets that we are using to track the progress of the 5 # This file defines five targets that we are using to track the progress of the
6 # GYP->GN migration: 6 # GYP->GN migration:
7 # 7 #
8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should
9 # match the 'both_gn_and_gyp' target in //BUILD.gn. 9 # match the 'both_gn_and_gyp' target in //BUILD.gn.
10 # 10 #
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 '../third_party/smhasher/smhasher.gyp:murmurhash3', 229 '../third_party/smhasher/smhasher.gyp:murmurhash3',
230 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_apk', 230 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests_apk',
231 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_apk', 231 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests_apk',
232 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap k', 232 '../third_party/WebKit/Source/web/web_tests.gyp:webkit_unit_tests_ap k',
233 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk', 233 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk',
234 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', 234 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk',
235 '../tools/android/android_tools.gyp:memconsumer', 235 '../tools/android/android_tools.gyp:memconsumer',
236 '../tools/imagediff/image_diff.gyp:image_diff#host', 236 '../tools/imagediff/image_diff.gyp:image_diff#host',
237 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 237 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
238 '../ui/android/ui_android.gyp:ui_android_unittests_apk', 238 '../ui/android/ui_android.gyp:ui_android_unittests_apk',
239 '../ui/android/ui_android.gyp:ui_junit_tests',
239 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', 240 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk',
240 '../ui/events/events_unittests.gyp:events_unittests_apk', 241 '../ui/events/events_unittests.gyp:events_unittests_apk',
241 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', 242 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
242 '../ui/gl/gl_tests.gyp:gl_unittests_apk', 243 '../ui/gl/gl_tests.gyp:gl_unittests_apk',
243 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk', 244 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk',
244 245
245 #"//third_party/android_tools:uiautomator_java", 246 #"//third_party/android_tools:uiautomator_java",
246 ], 247 ],
247 'dependencies!': [ 248 'dependencies!': [
248 # TODO(GYP): All of these targets need to be ported over. 249 # TODO(GYP): All of these targets need to be ported over.
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 }], 776 }],
776 ['OS=="android" and target_arch != "x64"', { 777 ['OS=="android" and target_arch != "x64"', {
777 'dependencies': [ 778 'dependencies': [
778 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 779 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
779 ], 780 ],
780 }], 781 }],
781 ], 782 ],
782 }, 783 },
783 ] 784 ]
784 } 785 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698