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

Side by Side Diff: ui/message_center/message_center.gyp

Issue 15421002: Roll DEPS for googleurl. Second try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome_frame_ie fix Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/keyboard/keyboard.gyp ('k') | ui/oak/oak.gyp » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'message_center', 11 'target_name': 'message_center',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/base.gyp:base_i18n', 15 '../../base/base.gyp:base_i18n',
16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
17 '../../build/temp_gyp/googleurl.gyp:googleurl',
18 '../../skia/skia.gyp:skia', 17 '../../skia/skia.gyp:skia',
18 '../../url/url.gyp:url_lib',
19 '../base/strings/ui_strings.gyp:ui_strings', 19 '../base/strings/ui_strings.gyp:ui_strings',
20 '../ui.gyp:ui', 20 '../ui.gyp:ui',
21 '../ui.gyp:ui_resources', 21 '../ui.gyp:ui_resources',
22 ], 22 ],
23 'defines': [ 23 'defines': [
24 'MESSAGE_CENTER_IMPLEMENTATION', 24 'MESSAGE_CENTER_IMPLEMENTATION',
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 'cocoa/notification_controller.h', 27 'cocoa/notification_controller.h',
28 'cocoa/notification_controller.mm', 28 'cocoa/notification_controller.mm',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'sources/': [ 170 'sources/': [
171 # Exclude everything except main(). 171 # Exclude everything except main().
172 ['exclude', '\\.(cc|mm)$'], 172 ['exclude', '\\.(cc|mm)$'],
173 ['include', '^test/run_all_unittests\\.cc$'], 173 ['include', '^test/run_all_unittests\\.cc$'],
174 ], 174 ],
175 }], 175 }],
176 ], 176 ],
177 }, # target_name: message_center_unittests 177 }, # target_name: message_center_unittests
178 ], 178 ],
179 } 179 }
OLDNEW
« no previous file with comments | « ui/keyboard/keyboard.gyp ('k') | ui/oak/oak.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698