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

Side by Side Diff: content/content_browser.gypi

Issue 6538058: Revert 75371 - Try to fix the Win Builder (dbg)(shared) build break by adding... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | « no previous file | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'content_browser', 8 'target_name': 'content_browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
11 # Don't include now since it's empty and so will cause a linker error. 11 # Don't include now since it's empty and so will cause a linker error.
12 #'content_common', 12 #'content_common',
13 '../app/app.gyp:app_resources', 13 '../app/app.gyp:app_resources',
14 '../skia/skia.gyp:skia', 14 '../skia/skia.gyp:skia',
15 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
16 '../ui/ui.gyp:ui_base', 15 '../ui/ui.gyp:ui_base',
17 ], 16 ],
18 'include_dirs': [ 17 'include_dirs': [
19 '..', 18 '..',
20 ], 19 ],
21 'sources': [ 20 'sources': [
22 'browser/tab_contents/background_contents.cc', 21 'browser/tab_contents/background_contents.cc',
23 'browser/tab_contents/background_contents.h', 22 'browser/tab_contents/background_contents.h',
24 'browser/tab_contents/constrained_window.h', 23 'browser/tab_contents/constrained_window.h',
25 'browser/tab_contents/infobar_delegate.cc', 24 'browser/tab_contents/infobar_delegate.cc',
(...skipping 26 matching lines...) Expand all
52 }], 51 }],
53 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 52 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
54 'dependencies': [ 53 'dependencies': [
55 '../build/linux/system.gyp:gtk', 54 '../build/linux/system.gyp:gtk',
56 ], 55 ],
57 }], 56 }],
58 ], 57 ],
59 }, 58 },
60 ], 59 ],
61 } 60 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698