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

Side by Side Diff: chrome/chrome.gyp

Issue 255086: GTK: Draw bottom-aligned ntp themes on floating bookmark bar.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: +comment Created 11 years, 2 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/browser/ntp_background_util.cc ('k') | 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) 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 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 'browser/net/url_request_mock_link_doctor_job.cc', 1686 'browser/net/url_request_mock_link_doctor_job.cc',
1687 'browser/net/url_request_mock_link_doctor_job.h', 1687 'browser/net/url_request_mock_link_doctor_job.h',
1688 'browser/net/url_request_mock_util.cc', 1688 'browser/net/url_request_mock_util.cc',
1689 'browser/net/url_request_mock_util.h', 1689 'browser/net/url_request_mock_util.h',
1690 'browser/net/url_request_slow_download_job.cc', 1690 'browser/net/url_request_slow_download_job.cc',
1691 'browser/net/url_request_slow_download_job.h', 1691 'browser/net/url_request_slow_download_job.h',
1692 'browser/net/url_request_slow_http_job.cc', 1692 'browser/net/url_request_slow_http_job.cc',
1693 'browser/net/url_request_slow_http_job.h', 1693 'browser/net/url_request_slow_http_job.h',
1694 'browser/net/url_request_tracking.cc', 1694 'browser/net/url_request_tracking.cc',
1695 'browser/net/url_request_tracking.h', 1695 'browser/net/url_request_tracking.h',
1696 'browser/ntp_background_util.cc',
1697 'browser/ntp_background_util.h',
1696 'browser/omnibox_search_hint.cc', 1698 'browser/omnibox_search_hint.cc',
1697 'browser/omnibox_search_hint.h', 1699 'browser/omnibox_search_hint.h',
1698 'browser/options_page_base.cc', 1700 'browser/options_page_base.cc',
1699 'browser/options_page_base.h', 1701 'browser/options_page_base.h',
1700 'browser/options_util.cc', 1702 'browser/options_util.cc',
1701 'browser/options_util.h', 1703 'browser/options_util.h',
1702 'browser/options_window.h', 1704 'browser/options_window.h',
1703 'browser/page_info_model.cc', 1705 'browser/page_info_model.cc',
1704 'browser/page_info_model.h', 1706 'browser/page_info_model.h',
1705 'browser/page_state.cc', 1707 'browser/page_state.cc',
(...skipping 5101 matching lines...) Expand 10 before | Expand all | Expand 10 after
6807 'defines': [ 6809 'defines': [
6808 'POSIX', 6810 'POSIX',
6809 ], 6811 ],
6810 }], 6812 }],
6811 ], 6813 ],
6812 }, 6814 },
6813 ], # targets when chrome_personalization==1 6815 ], # targets when chrome_personalization==1
6814 }], 6816 }],
6815 ], # 'conditions' 6817 ], # 'conditions'
6816 } 6818 }
OLDNEW
« no previous file with comments | « chrome/browser/ntp_background_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698