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

Unified Diff: third_party/omaha/BUILD.gn

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/mojo/src/mojo/public/tools/dart_analyze.py ('k') | third_party/omaha/omaha.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/omaha/BUILD.gn
diff --git a/chromecast/base/BUILD.gn b/third_party/omaha/BUILD.gn
similarity index 60%
copy from chromecast/base/BUILD.gn
copy to third_party/omaha/BUILD.gn
index b105a71926ae9424d9f0374f7586faebd648e411..fbed9fa5d7818bae010bda7bbe6c91b1e4c21a7f 100644
--- a/chromecast/base/BUILD.gn
+++ b/third_party/omaha/BUILD.gn
@@ -2,11 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("base") {
+source_set("extractor") {
sources = [
- "cast_paths.cc",
- "cast_paths.h",
+ "src/omaha/base/extractor.cc",
+ "src/omaha/base/extractor.h",
]
- configs += [ "//chromecast:config" ]
+ include_dirs = [ "src" ]
}
« no previous file with comments | « third_party/mojo/src/mojo/public/tools/dart_analyze.py ('k') | third_party/omaha/omaha.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698