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

Side by Side Diff: build/gn_migration.gypi

Issue 1257923002: content: Remove unused speex related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm more references Created 5 years, 4 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.gn ('k') | build/linux/unbundle/replace_gyp_files.py » ('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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk', 320 '../third_party/WebKit/Source/wtf/wtf_tests.gyp:wtf_unittests_apk',
321 # TODO(GYP): Are these needed, or will they be pulled in automatical ly? 321 # TODO(GYP): Are these needed, or will they be pulled in automatical ly?
322 #"//third_party/android_tools:android_gcm_java", 322 #"//third_party/android_tools:android_gcm_java",
323 #"//third_party/android_tools:uiautomator_java", 323 #"//third_party/android_tools:uiautomator_java",
324 #"//third_party/android_tools:android_support_v13_java", 324 #"//third_party/android_tools:android_support_v13_java",
325 #"//third_party/android_tools:android_support_v7_appcompat_java", 325 #"//third_party/android_tools:android_support_v7_appcompat_java",
326 #"//third_party/android_tools:android_support_v7_mediarouter_java", 326 #"//third_party/android_tools:android_support_v7_mediarouter_java",
327 #"//third_party/mesa", 327 #"//third_party/mesa",
328 #"//third_party/mockito:mockito_java", 328 #"//third_party/mockito:mockito_java",
329 #"//third_party/openmax_dl/dl", 329 #"//third_party/openmax_dl/dl",
330 #"//third_party/speex",
331 #"//ui/android:ui_java", 330 #"//ui/android:ui_java",
332 331
333 # TODO(GYP): Are these needed? 332 # TODO(GYP): Are these needed?
334 #"//chrome/test:test_support_unit", 333 #"//chrome/test:test_support_unit",
335 #"//third_party/smhasher:murmurhash3", 334 #"//third_party/smhasher:murmurhash3",
336 #"//ui/message_center:test_support", 335 #"//ui/message_center:test_support",
337 ], 336 ],
338 'dependencies!': [ 337 'dependencies!': [
339 '../breakpad/breakpad.gyp:symupload', 338 '../breakpad/breakpad.gyp:symupload',
340 '../chrome/chrome.gyp:browser_tests', 339 '../chrome/chrome.gyp:browser_tests',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 #"//pdf", 436 #"//pdf",
438 #"//storage/browser", 437 #"//storage/browser",
439 #"//third_party/brotli", 438 #"//third_party/brotli",
440 #"//third_party/flac", 439 #"//third_party/flac",
441 #"//third_party/hunspell", 440 #"//third_party/hunspell",
442 #//third_party/iccjpeg", 441 #//third_party/iccjpeg",
443 #"//third_party/libphonenumber", 442 #"//third_party/libphonenumber",
444 #"//third_party/ots", 443 #"//third_party/ots",
445 #"//third_party/qcms", 444 #"//third_party/qcms",
446 #"//third_party/smhasher:murmurhash3", 445 #"//third_party/smhasher:murmurhash3",
447 #"//third_party/speex",
448 #"//third_party/webrtc/system_wrappers", 446 #"//third_party/webrtc/system_wrappers",
449 #"//ui/native_theme", 447 #"//ui/native_theme",
450 #"//ui/snapshot", 448 #"//ui/snapshot",
451 #"//ui/surface", 449 #"//ui/surface",
452 ], 450 ],
453 'dependencies!': [ 451 'dependencies!': [
454 #"//chrome", # TODO(GYP) 452 #"//chrome", # TODO(GYP)
455 #"//chrome/test:browser_tests", # TODO(GYP) 453 #"//chrome/test:browser_tests", # TODO(GYP)
456 #"//chrome/test:interactive_ui_tests", # TODO(GYP) 454 #"//chrome/test:interactive_ui_tests", # TODO(GYP)
457 #"//chrome/test:sync_integration_tests", # TODO(GYP) 455 #"//chrome/test:sync_integration_tests", # TODO(GYP)
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'dependencies': [ 717 'dependencies': [
720 # TODO(GYP): All of these targets need to be ported over. 718 # TODO(GYP): All of these targets need to be ported over.
721 '../components/components.gyp:policy_win64', 719 '../components/components.gyp:policy_win64',
722 ] 720 ]
723 }], 721 }],
724 ], 722 ],
725 }, 723 },
726 ] 724 ]
727 } 725 }
728 726
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/linux/unbundle/replace_gyp_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698