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

Side by Side Diff: chrome/chrome.gyp

Issue 113537: Makes it so tab_strip can compile on linux. Most differences are due... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 'conditions': [ 1581 'conditions': [
1582 ['toolkit_views==1',{ 1582 ['toolkit_views==1',{
1583 'sources/': [ 1583 'sources/': [
1584 ['include', '^browser/dock_info_gtk.cc'], 1584 ['include', '^browser/dock_info_gtk.cc'],
1585 ['include', '^browser/dock_info.cc'], 1585 ['include', '^browser/dock_info.cc'],
1586 ['include', '^browser/dock_info.h'], 1586 ['include', '^browser/dock_info.h'],
1587 ['include', '^browser/views/tabs/tab.cc'], 1587 ['include', '^browser/views/tabs/tab.cc'],
1588 ['include', '^browser/views/tabs/tab.h'], 1588 ['include', '^browser/views/tabs/tab.h'],
1589 ['include', '^browser/views/tabs/tab_renderer.cc'], 1589 ['include', '^browser/views/tabs/tab_renderer.cc'],
1590 ['include', '^browser/views/tabs/tab_renderer.h'], 1590 ['include', '^browser/views/tabs/tab_renderer.h'],
1591 ['include', '^browser/views/tabs/tab_strip.cc'],
1592 ['include', '^browser/views/tabs/tab_strip.h'],
1591 ], 1593 ],
1592 }], 1594 }],
1593 ['toolkit_views==0',{ 1595 ['toolkit_views==0',{
1594 'sources/': [ 1596 'sources/': [
1595 ['exclude', '^browser/dock_info_gtk.cc'], 1597 ['exclude', '^browser/dock_info_gtk.cc'],
1596 ], 1598 ],
1597 }], 1599 }],
1598 ], 1600 ],
1599 'sources!': [ 1601 'sources!': [
1600 'browser/autocomplete/autocomplete_accessibility.cc', 1602 'browser/autocomplete/autocomplete_accessibility.cc',
(...skipping 1933 matching lines...) Expand 10 before | Expand all | Expand 10 after
3534 # Use outputs of this action as inputs for the main target build. 3536 # Use outputs of this action as inputs for the main target build.
3535 # Seems as a misnomer but makes this happy on Linux (scons). 3537 # Seems as a misnomer but makes this happy on Linux (scons).
3536 'process_outputs_as_sources': 1, 3538 'process_outputs_as_sources': 1,
3537 }, 3539 },
3538 ], # 'actions' 3540 ], # 'actions'
3539 }, 3541 },
3540 ] 3542 ]
3541 }], 3543 }],
3542 ], # 'conditions' 3544 ], # 'conditions'
3543 } 3545 }
OLDNEW
« chrome/browser/views/tabs/tab_strip.h ('K') | « chrome/browser/views/tabs/tab_strip.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698