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

Side by Side Diff: chrome/chrome.gyp

Issue 374023: First cut at Exit Fullscreen bubble on Linux. (Closed)
Patch Set: review comments Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/gtk/fullscreen_exit_bubble_gtk.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 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 'browser/gtk/external_protocol_dialog_gtk.cc', 1532 'browser/gtk/external_protocol_dialog_gtk.cc',
1533 'browser/gtk/external_protocol_dialog_gtk.h', 1533 'browser/gtk/external_protocol_dialog_gtk.h',
1534 'browser/gtk/find_bar_gtk.cc', 1534 'browser/gtk/find_bar_gtk.cc',
1535 'browser/gtk/find_bar_gtk.h', 1535 'browser/gtk/find_bar_gtk.h',
1536 'browser/gtk/first_run_bubble.cc', 1536 'browser/gtk/first_run_bubble.cc',
1537 'browser/gtk/first_run_bubble.h', 1537 'browser/gtk/first_run_bubble.h',
1538 'browser/gtk/first_run_dialog.cc', 1538 'browser/gtk/first_run_dialog.cc',
1539 'browser/gtk/first_run_dialog.h', 1539 'browser/gtk/first_run_dialog.h',
1540 'browser/gtk/focus_store_gtk.cc', 1540 'browser/gtk/focus_store_gtk.cc',
1541 'browser/gtk/focus_store_gtk.h', 1541 'browser/gtk/focus_store_gtk.h',
1542 'browser/gtk/fullscreen_exit_bubble_gtk.cc',
1543 'browser/gtk/fullscreen_exit_bubble_gtk.h',
1542 'browser/gtk/go_button_gtk.cc', 1544 'browser/gtk/go_button_gtk.cc',
1543 'browser/gtk/go_button_gtk.h', 1545 'browser/gtk/go_button_gtk.h',
1544 'browser/gtk/gtk_chrome_button.cc', 1546 'browser/gtk/gtk_chrome_button.cc',
1545 'browser/gtk/gtk_chrome_button.h', 1547 'browser/gtk/gtk_chrome_button.h',
1546 'browser/gtk/gtk_chrome_link_button.cc', 1548 'browser/gtk/gtk_chrome_link_button.cc',
1547 'browser/gtk/gtk_chrome_link_button.h', 1549 'browser/gtk/gtk_chrome_link_button.h',
1548 'browser/gtk/gtk_floating_container.cc', 1550 'browser/gtk/gtk_floating_container.cc',
1549 'browser/gtk/gtk_floating_container.h', 1551 'browser/gtk/gtk_floating_container.h',
1550 'browser/gtk/gtk_theme_provider.cc', 1552 'browser/gtk/gtk_theme_provider.cc',
1551 'browser/gtk/gtk_theme_provider.h', 1553 'browser/gtk/gtk_theme_provider.h',
(...skipping 5464 matching lines...) Expand 10 before | Expand all | Expand 10 after
7016 ] 7018 ]
7017 }], 7019 }],
7018 ], # 'conditions' 7020 ], # 'conditions'
7019 } 7021 }
7020 7022
7021 # Local Variables: 7023 # Local Variables:
7022 # tab-width:2 7024 # tab-width:2
7023 # indent-tabs-mode:nil 7025 # indent-tabs-mode:nil
7024 # End: 7026 # End:
7025 # vim: set expandtab tabstop=2 shiftwidth=2: 7027 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/gtk/fullscreen_exit_bubble_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698