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

Side by Side Diff: tools/gn/format_test_data/046.gn

Issue 748863003: gn format: penalty-based scheme for line breaking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-more-disabled
Patch Set: x64 Created 6 years 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 | « tools/gn/format_test_data/045.golden ('k') | tools/gn/format_test_data/046.golden » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # 80 ---------------------------------------------------------------------------
2 if (true) {
3 # The JavaScript files required by main.html.
4 remoting_webapp_main_html_js_files =
5 # Include the core files first as it is required by the other files.
6 # Otherwise, Jscompile will complain.
7 remoting_webapp_js_core_files +
8 remoting_webapp_js_auth_client2host_files +
9 remoting_webapp_js_auth_google_files +
10 remoting_webapp_js_client_files +
11 remoting_webapp_js_gnubby_auth_files +
12 remoting_webapp_js_cast_extension_files +
13 remoting_webapp_js_host_files +
14 remoting_webapp_js_logging_files +
15 remoting_webapp_js_ui_files +
16 remoting_webapp_js_ui_host_control_files +
17 remoting_webapp_js_ui_host_display_files +
18 remoting_webapp_js_wcs_container_files
19 # Uncomment this line to include browser test files in the web app
20 # to expedite debugging or local development.
21 #+ remoting_webapp_js_browser_test_files
22 }
OLDNEW
« no previous file with comments | « tools/gn/format_test_data/045.golden ('k') | tools/gn/format_test_data/046.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698