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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '../third_party/icu/icu.gyp:icuuc', 52 '../third_party/icu/icu.gyp:icuuc',
53 '../third_party/libjingle/libjingle.gyp:libjingle', 53 '../third_party/libjingle/libjingle.gyp:libjingle',
54 '../third_party/libxml/libxml.gyp:libxml', 54 '../third_party/libxml/libxml.gyp:libxml',
55 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 55 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
56 '../third_party/zlib/google/zip.gyp:zip', 56 '../third_party/zlib/google/zip.gyp:zip',
57 '../third_party/zlib/zlib.gyp:minizip', 57 '../third_party/zlib/zlib.gyp:minizip',
58 '../third_party/zlib/zlib.gyp:zlib', 58 '../third_party/zlib/zlib.gyp:zlib',
59 '../ui/base/strings/ui_strings.gyp:ui_strings', 59 '../ui/base/strings/ui_strings.gyp:ui_strings',
60 '../ui/events/events.gyp:events_base', 60 '../ui/events/events.gyp:events_base',
61 '../ui/gfx/gfx.gyp:gfx', 61 '../ui/gfx/gfx.gyp:gfx',
62 '../ui/gfx/gfx.gyp:gfx_geometry',
62 '../ui/message_center/message_center.gyp:message_center', 63 '../ui/message_center/message_center.gyp:message_center',
63 '../ui/resources/ui_resources.gyp:ui_resources', 64 '../ui/resources/ui_resources.gyp:ui_resources',
64 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 65 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
65 '../ui/ui.gyp:ui', 66 '../ui/ui.gyp:ui',
66 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 67 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
67 ], 68 ],
68 'include_dirs': [ 69 'include_dirs': [
69 '..', 70 '..',
70 '<(INTERMEDIATE_DIR)', 71 '<(INTERMEDIATE_DIR)',
71 # Needed by chrome_content_renderer_client.cc. & 72 # Needed by chrome_content_renderer_client.cc. &
(...skipping 3555 matching lines...) Expand 10 before | Expand all | Expand 10 after
3627 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3628 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3628 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3629 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3629 }, 3630 },
3630 'includes': [ '../build/android/java_cpp_template.gypi' ], 3631 'includes': [ '../build/android/java_cpp_template.gypi' ],
3631 }, 3632 },
3632 ], 3633 ],
3633 }, 3634 },
3634 ], 3635 ],
3635 ], 3636 ],
3636 } 3637 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_extensions.gypi » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698