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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': 'none', 9 'type': 'none',
10 'dependencies': [ 'browser_real', ], 10 'dependencies': [ 'browser_real', ],
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 70 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
71 '../third_party/icu/icu.gyp:icui18n', 71 '../third_party/icu/icu.gyp:icui18n',
72 '../third_party/icu/icu.gyp:icuuc', 72 '../third_party/icu/icu.gyp:icuuc',
73 '../third_party/libjingle/libjingle.gyp:libjingle', 73 '../third_party/libjingle/libjingle.gyp:libjingle',
74 '../third_party/libxml/libxml.gyp:libxml', 74 '../third_party/libxml/libxml.gyp:libxml',
75 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 75 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
76 '../third_party/zlib/google/zip.gyp:zip', 76 '../third_party/zlib/google/zip.gyp:zip',
77 '../third_party/zlib/zlib.gyp:minizip', 77 '../third_party/zlib/zlib.gyp:minizip',
78 '../third_party/zlib/zlib.gyp:zlib', 78 '../third_party/zlib/zlib.gyp:zlib',
79 '../ui/base/strings/ui_strings.gyp:ui_strings', 79 '../ui/base/strings/ui_strings.gyp:ui_strings',
80 '../ui/base/ui_base.gyp:ui_base',
80 '../ui/events/events.gyp:events_base', 81 '../ui/events/events.gyp:events_base',
81 '../ui/gfx/gfx.gyp:gfx', 82 '../ui/gfx/gfx.gyp:gfx',
82 '../ui/gfx/gfx.gyp:gfx_geometry', 83 '../ui/gfx/gfx.gyp:gfx_geometry',
83 '../ui/message_center/message_center.gyp:message_center', 84 '../ui/message_center/message_center.gyp:message_center',
84 '../ui/resources/ui_resources.gyp:ui_resources', 85 '../ui/resources/ui_resources.gyp:ui_resources',
85 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 86 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
86 '../ui/ui.gyp:ui',
87 ], 87 ],
88 'include_dirs': [ 88 'include_dirs': [
89 '..', 89 '..',
90 '<(INTERMEDIATE_DIR)', 90 '<(INTERMEDIATE_DIR)',
91 # Needed by chrome_content_renderer_client.cc. & 91 # Needed by chrome_content_renderer_client.cc. &
92 # plugin_info_message_filter.cc. 92 # plugin_info_message_filter.cc.
93 '<(SHARED_INTERMEDIATE_DIR)', 93 '<(SHARED_INTERMEDIATE_DIR)',
94 ], 94 ],
95 'export_dependent_settings': [ 95 'export_dependent_settings': [
96 '../components/components.gyp:autofill_core_browser', 96 '../components/components.gyp:autofill_core_browser',
(...skipping 3708 matching lines...) Expand 10 before | Expand all | Expand 10 after
3805 'package_name': 'org/chromium/chrome/browser', 3805 'package_name': 'org/chromium/chrome/browser',
3806 'template_deps': ['browser/android/tab_load_status.h'], 3806 'template_deps': ['browser/android/tab_load_status.h'],
3807 }, 3807 },
3808 'includes': [ '../build/android/java_cpp_template.gypi' ], 3808 'includes': [ '../build/android/java_cpp_template.gypi' ],
3809 }, 3809 },
3810 ], 3810 ],
3811 }, 3811 },
3812 ], 3812 ],
3813 ], 3813 ],
3814 } 3814 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698