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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14021015: Move components/zip to third_party/zip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary README.chromium Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '../sql/sql.gyp:sql', 43 '../sql/sql.gyp:sql',
44 '../sync/sync.gyp:sync', 44 '../sync/sync.gyp:sync',
45 '../third_party/bzip2/bzip2.gyp:bzip2', 45 '../third_party/bzip2/bzip2.gyp:bzip2',
46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
48 '../third_party/icu/icu.gyp:icui18n', 48 '../third_party/icu/icu.gyp:icui18n',
49 '../third_party/icu/icu.gyp:icuuc', 49 '../third_party/icu/icu.gyp:icuuc',
50 '../third_party/libjingle/libjingle.gyp:libjingle', 50 '../third_party/libjingle/libjingle.gyp:libjingle',
51 '../third_party/libxml/libxml.gyp:libxml', 51 '../third_party/libxml/libxml.gyp:libxml',
52 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 52 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
53 '../third_party/zlib/zlib.gyp:zip',
53 '../third_party/zlib/zlib.gyp:minizip', 54 '../third_party/zlib/zlib.gyp:minizip',
54 '../third_party/zlib/zlib.gyp:zlib', 55 '../third_party/zlib/zlib.gyp:zlib',
55 '../ui/base/strings/ui_strings.gyp:ui_strings', 56 '../ui/base/strings/ui_strings.gyp:ui_strings',
56 '../ui/ui.gyp:shell_dialogs', 57 '../ui/ui.gyp:shell_dialogs',
57 '../ui/ui.gyp:ui', 58 '../ui/ui.gyp:ui',
58 '../ui/ui.gyp:ui_resources', 59 '../ui/ui.gyp:ui_resources',
59 '../webkit/support/webkit_support.gyp:user_agent', 60 '../webkit/support/webkit_support.gyp:user_agent',
60 ], 61 ],
61 'include_dirs': [ 62 'include_dirs': [
62 '..', 63 '..',
(...skipping 3040 matching lines...) Expand 10 before | Expand all | Expand 10 after
3103 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3104 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3104 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3105 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3105 }, 3106 },
3106 'includes': [ '../build/android/java_cpp_template.gypi' ], 3107 'includes': [ '../build/android/java_cpp_template.gypi' ],
3107 }, 3108 },
3108 ], 3109 ],
3109 }, 3110 },
3110 ], 3111 ],
3111 ], 3112 ],
3112 } 3113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698