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

Unified Diff: printing/printing.gyp

Issue 7082017: Files that are in src/ui/base should be compiled into libui_base.a. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: files Created 9 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 side-by-side diff with in-line comments
Download patch
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index a7c7dcbf957fae30c7cac91941d41e5804361395..f3f5b84be525a19e9cca46a719b095a9e99dafe1 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -11,13 +11,13 @@
'target_name': 'printing',
'type': 'static_library',
'dependencies': [
- '../app/app.gyp:app_base', # Only required for Font support
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
+ '../ui/ui.gyp:ui_base', # Only required for Font support
Robert Sesek 2011/05/29 17:15:57 nit: full-stop comments
],
'msvs_guid': '9E5416B9-B91B-4029-93F4-102C1AD5CAF4',
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698