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

Unified Diff: app/app_base.gypi

Issue 7198030: app: Trim down the dependency list of app_base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include base_static instead of app_base Created 9 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 | « no previous file | ui/ui_base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_base.gypi
diff --git a/app/app_base.gypi b/app/app_base.gypi
index b12f27e8987fb6721955c9fa841e71219af55a32..b8906e76dc117aaa6fa1c79903c313d6609ff98c 100644
--- a/app/app_base.gypi
+++ b/app/app_base.gypi
@@ -3,25 +3,16 @@
# found in the LICENSE file.
{
+ 'variables': {
+ 'chromium_code': 1,
+ },
'targets': [
{
'target_name': 'app_base',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_static',
- '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../build/temp_gyp/googleurl.gyp:googleurl',
- '../skia/skia.gyp:skia',
- '../third_party/libpng/libpng.gyp:libpng',
'../third_party/sqlite/sqlite.gyp:sqlite',
- '../third_party/zlib/zlib.gyp:zlib',
- '../ui/ui.gyp:ui_gfx',
- '<(libjpeg_gyp_path):libjpeg',
- ],
- 'export_dependent_settings': [
- '../base/base.gyp:base',
- '../base/base.gyp:base_static',
],
'sources': [
'sql/connection.cc',
@@ -38,3 +29,9 @@
},
],
}
+
+# Local Variables:
tony 2011/07/01 20:58:37 Please don't add this. I'm going to try to remove
tfarina 2011/07/01 21:05:52 Removed.
+# tab-width:2
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=2 shiftwidth=2:
« no previous file with comments | « no previous file | ui/ui_base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698