OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |