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

Side by Side Diff: BUILD.gn

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | chrome/DEPS » ('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) 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 # This is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "//device/battery", 511 "//device/battery",
512 "//device/bluetooth", 512 "//device/bluetooth",
513 "//device/nfc", 513 "//device/nfc",
514 "//device/usb", 514 "//device/usb",
515 "//device/vibration", 515 "//device/vibration",
516 "//media/blink", 516 "//media/blink",
517 "//pdf", 517 "//pdf",
518 "//storage/browser", 518 "//storage/browser",
519 "//third_party/brotli", 519 "//third_party/brotli",
520 "//third_party/flac", 520 "//third_party/flac",
521 "//third_party/hunspell_new", 521 "//third_party/hunspell",
522 "//third_party/iccjpeg", 522 "//third_party/iccjpeg",
523 "//third_party/libphonenumber", 523 "//third_party/libphonenumber",
524 "//third_party/ots", 524 "//third_party/ots",
525 "//third_party/qcms", 525 "//third_party/qcms",
526 "//third_party/smhasher:murmurhash3", 526 "//third_party/smhasher:murmurhash3",
527 "//third_party/speex", 527 "//third_party/speex",
528 "//third_party/webrtc/system_wrappers", 528 "//third_party/webrtc/system_wrappers",
529 "//ui/native_theme", 529 "//ui/native_theme",
530 "//ui/snapshot", 530 "//ui/snapshot",
531 "//ui/surface", 531 "//ui/surface",
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 "//ui/views:views_unittests", # TooltipControllerTest failures 908 "//ui/views:views_unittests", # TooltipControllerTest failures
909 "//ui/wm:wm_unittests", # PASSES 4/21/2015 909 "//ui/wm:wm_unittests", # PASSES 4/21/2015
910 "//url:url_unittests", # PASSES 4/17/2015 910 "//url:url_unittests", # PASSES 4/17/2015
911 911
912 # TODO(GYP) nacl_integration 912 # TODO(GYP) nacl_integration
913 # TODO(GYP) telemetry_perf_unittests 913 # TODO(GYP) telemetry_perf_unittests
914 # TODO(GYP) telemetry_unittests 914 # TODO(GYP) telemetry_unittests
915 ] 915 ]
916 } 916 }
917 } 917 }
OLDNEW
« no previous file with comments | « no previous file | chrome/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698