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

Unified Diff: build/split_link_partition.py

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflict Created 7 years, 6 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 | « android_webview/browser/aw_form_database_service_unittest.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/split_link_partition.py
diff --git a/build/split_link_partition.py b/build/split_link_partition.py
index ac7c2c6ecdd57b1b5ebc0f573a05c55c3a64d462..1bf66554f8ed37b59592a1d2dced5186211c3d91 100644
--- a/build/split_link_partition.py
+++ b/build/split_link_partition.py
@@ -124,8 +124,8 @@
# _constants file, it'd probably be better to break the target into separate
# .lib files.
'all_from_libs': [
- (r'autofill_common\.lib$', r'switches\.obj$'),
- (r'autofill_common\.lib$', r'autofill_constants\.obj$'),
+ (r'autofill_core_common\.lib$', r'switches\.obj$'),
+ (r'autofill_core_common\.lib$', r'autofill_constants\.obj$'),
(r'\bbase\.lib$', r'scoped_variant\.obj$'),
(r'\bbase\.lib$', r'string_util_constants\.obj$'),
(r'\bbase\.lib$', r'trace_event_impl_constants\.obj$'),
« no previous file with comments | « android_webview/browser/aw_form_database_service_unittest.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698